Get composite workflow status.
Returns workflow metadata, latest run status, and schedule info.
GET
/api/workflows/{id}/statusPath parameters
idstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/status \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Composite workflow status
idstringstatusstringexecutingbooleanlast_execution_statusstringschedule_infoobject400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring