Get paginated list of AI agent tasks with optional filtering by session and status.
Documentation Index
Fetch the complete documentation index at: https://browseruse-0aece648-mintlify-cli-docs-1773354647.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 100x >= 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. STOPPED: Task execution has been manually stopped (cannot be resumed).
created, started, finished, stopped