Fetch the latest library workflow version for a given library workflow.
Retrieves the latest version (graph + primitives) of a library
GET
/api/library/workflow-version/latestRequest
curl
curl -X GET https://platform.trickest.com/api/library/workflow-version/latest \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Latest library workflow version
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring