Get a schedule by ID
Fetches a single scheduled workflow run by its ID.
GET
/api/schedule/{id}Path parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/schedule/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Schedule details
idstringrequiredworkflowstringuserstringdatestringrepeat_periodnumbermachinesobjectparallelismnumberfleetstringworkflow_namestringfleet_namestringcreated_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring