Get max machines for a workflow version
Returns the max machines (parallelism) available for the workflow version on a given fleet. Falls back to the latest version when the requested version is stale.
GET
/api/workflows/{id}/max-machinesPath parameters
idstringrequiredQuery parameters
fleetstringrequiredworkflowobjectRequest
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/max-machines \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Max machines / parallelism for the version
parallelismnumbermax_machinesobject400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring