Orchestration Templates
Get Orchestration Template
Get Orchestration Template
GET
/v2/orchestrations/templates/{creator}/{slug}Path Parameters
creatorstringrequiredslugstringrequiredRequest
curl --request GET \
--url https://api.brainbaselabs.com/v2/orchestrations/templates/{creator}/{slug} \
--header 'Authorization: Bearer YOUR_API_KEY'Response
json{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"creator": "string",
"slug": "string",
"name": "string",
"description": "string",
"config": {},
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}