Get task status and manage long-running operations.Documentation Index
Fetch the complete documentation index at: https://noorle.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get Task Status
GET/tasks/{id}
Task States
| State | Meaning |
|---|---|
submitted | Task accepted |
working | Agent processing |
completed | Success |
failed | Error occurred |
canceled | User canceled |
Cancel Task
DELETE/tasks/{id}