Tasks & CTAs API
8 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/cta-cockpit/ |
List All Ctas Query: status, priority, cta_type, assigned_to, overdue_only, sort_by. |
POST |
/api/cta-cockpit/ |
Create Cta Accepts a JSON body. |
POST |
/api/cta-cockpit/bulk-update |
Bulk Update Ctas Accepts a JSON body. |
GET |
/api/cta-cockpit/summary |
Cockpit Summary |
GET |
/api/cta-cockpit/{cta_id}/tasks |
List Cta Tasks |
POST |
/api/cta-cockpit/{cta_id}/tasks |
Create Cta Task Accepts a JSON body. |
PATCH |
/api/cta-cockpit/{cta_id}/tasks/{task_id} |
Update Cta Task Accepts a JSON body. |
DELETE |
/api/cta-cockpit/{cta_id}/tasks/{task_id} |
Delete Cta Task |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.