List Tasks
Tasks
List Tasks
Get paginated list of AI agent tasks with optional filtering by session and status.
GET
List Tasks
Authorizations
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 1Enumeration of possible task execution states
Attributes: CREATED: Task has been created but not yet started. STARTED: Task has been started and is currently running. FINISHED: Task has finished and the agent has completed the task. FAILED: Task execution failed due to an error. STOPPED: Task execution has been manually stopped (cannot be resumed).
Available options:
created, started, finished, failed, stopped