curl --request GET \
--url https://api.getcargo.io/v1/orchestration/plays/{uuid} \
--header 'Authorization: Bearer <token>'{
"play": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"workflowUuid": "<string>",
"userUuid": "<string>",
"modelUuid": "<string>",
"segmentUuid": "<string>",
"changeKinds": [
"<string>"
],
"runCreationRule": "always",
"name": "<string>",
"description": "<string>",
"schedule": {
"type": "<string>",
"temporalScheduleWorkflowId": "<string>",
"meta": {}
},
"isEnabled": true,
"healthThreshold": 123,
"healthAlertActions": [
{
"actionSlug": "<string>",
"connectorUuid": "<string>",
"config": {}
}
],
"folderUuid": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Get a play by UUID
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/plays/{uuid} \
--header 'Authorization: Bearer <token>'{
"play": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"workflowUuid": "<string>",
"userUuid": "<string>",
"modelUuid": "<string>",
"segmentUuid": "<string>",
"changeKinds": [
"<string>"
],
"runCreationRule": "always",
"name": "<string>",
"description": "<string>",
"schedule": {
"type": "<string>",
"temporalScheduleWorkflowId": "<string>",
"meta": {}
},
"isEnabled": true,
"healthThreshold": 123,
"healthAlertActions": [
{
"actionSlug": "<string>",
"connectorUuid": "<string>",
"config": {}
}
],
"folderUuid": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Was this page helpful?