Sync workflow database tables
Populate the local database-tables cache from Hive/Reporting for a workflow with a solution. Idempotent: skips datasets that already have local records.
POST
/api/workflows/{id}/sync-tablesPath parameters
idstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/workflows/{id}/sync-tables \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Number of tables synced (or a skip reason)
syncedintegerrequiredsolution_idstringreasonstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring