Re-index a database table
Finds the latest completed runs for the table's source workflows and re-triggers indexing for their JSONL/JSON outputs.
POST
/api/database-tables/{tableId}/reindexPath parameters
tableIdnumberrequiredPath parameter: tableId
Request
curl
curl -X POST https://platform.trickest.com/api/database-tables/{tableId}/reindex \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Re-index summary (indexed/failed counts)
successbooleanrequiredindexedintegerrequiredfailedintegerrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring