Skip to main content
GET
/
orchestration
/
templates
/
{uuid}
Get template
curl --request GET \
  --url https://api.getcargo.io/v1/orchestration/templates/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "template": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

Resource UUID

Response

Successful response

template
any
required

Template details.