List Tasks
List the persisted daily tasks for the organization.
Returns existing tasks filtered by workflow status, along with per-status
counts. Each task includes an execution_prompt with the context an AI
agent needs to execute it. If action_date is omitted, the response spans
persisted tasks across generation dates. This reads existing tasks; it does
not generate a new batch.
Authorizations
Query Parameters
Action-queue date to read (YYYY-MM-DD). Omit to read persisted tasks across all generation dates.
Which slice of the queue to return. The default active view returns todo/new and in-progress tasks. Use todo/new, in_progress, done, dismissed, completed, or all for a narrower or broader slice.
active, todo, new, in_progress, completed, done, dismissed, all Response
Successful Response
A batch of daily tasks plus the queue's status counts.
active, todo, new, in_progress, completed, done, dismissed, all