Tasks API¶
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/tasks |
List task executions (optional ?workflow_id=) |
GET |
/api/tasks/{id} |
Get task execution |
List Tasks¶
Returns task execution history. Optionally filter by workflow.
Response: 200 OK — Array of task execution objects.
Get Task¶
Returns a single task execution with status, timestamps, and error details (if any).
Response: 200 OK