Get workflow template metadata.
GET
/api/workflows/{id}/template-infoPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/template-info \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Workflow template metadata
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring