curl --request GET \
--url https://api.getcargo.io/v1/orchestration/templates/{uuid} \
--header 'Authorization: Bearer <token>'{
"template": "<unknown>"
}Get an orchestration template by UUID
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/templates/{uuid} \
--header 'Authorization: Bearer <token>'{
"template": "<unknown>"
}Was this page helpful?