curl "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{
"id": "auto-abc123",
"name": "Notify on Test Failure",
"isEnabled": true,
"triggerType": "COLLABASE_EVENT",
"triggerConfig": { "event": "collabase.test.caseResult.failed" },
"flowGraph": {},
"spaceId": "space-001"
}
Retrieve a single automation by ID.
curl "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{
"id": "auto-abc123",
"name": "Notify on Test Failure",
"isEnabled": true,
"triggerType": "COLLABASE_EVENT",
"triggerConfig": { "event": "collabase.test.caseResult.failed" },
"flowGraph": {},
"spaceId": "space-001"
}
curl "https://your-collabase.ch/api/v1/automation/auto-abc123" \
-H "Authorization: Bearer cba_live_..."
{
"id": "auto-abc123",
"name": "Notify on Test Failure",
"isEnabled": true,
"triggerType": "COLLABASE_EVENT",
"triggerConfig": { "event": "collabase.test.caseResult.failed" },
"flowGraph": {},
"spaceId": "space-001"
}
Was this page helpful?