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