Detect database tables from a workflow
Scans a workflow's recent runs for JSONL/JSON outputs, analyzes their columns, and persists the detected tables.
POST
/api/database-tables/detectBody
workflowIdstringrequiredworkflowNamestringRequest
curl
curl -X POST https://platform.trickest.com/api/database-tables/detect \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Detected and analyzed tables plus the runs consulted
tablesobject[]requiredprimaryRunIdstringconsultedRunIdsstring[]runIdstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring