Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.
Was this page helpful?