Get run details
Fetch details for a specific run/execution by ID.
GET
/api/runs/{id}Path parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/runs/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Run details
idstringrequiredworkflow_idstringrequiredstatusenumrequiredOne of: PENDING, RUNNING, COMPLETED, FAILED, CANCELLED, STOPPED, ERROR, PARTIAL_SUCCESS, SCHEDULED, STOPPING
created_datestringrequiredfinished_datestringfinishedbooleancompleted_datestringfleetstringmachinesobject400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring