List tasks
List tasks in the caller’s workspace. Cursor-paginated, newest-first. Filter by agent, status, creation date range, and title substring.
Authorizations
Workspace API key issued from the web app. Pass as
Authorization: Bearer YOUR_API_KEY.
Query Parameters
Opaque pagination cursor returned by a previous response in next_cursor.
Omit on the first request.
Maximum number of items to return. Defaults to 20; max 100.
1 <= x <= 100Only return tasks created from this agent.
Comma-separated list of statuses to include (pending, queued, running,
waiting_for_input, awaiting_review, completed, failed, stopped).
ISO-8601 timestamp; only tasks created at or after this instant.
ISO-8601 timestamp; only tasks created at or before this instant.
Substring match against task title (case-insensitive).