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