List tasks in a batch
Retrieve tasks within a batch with optional status filtering and cursor-based pagination. Use include_output=true to get full output, sources, images, and cost for each task. When include_output is false (default), returns a lightweight listing with status only.
Authorizations
API key for authentication. Get yours at platform.valyu.ai.
Path Parameters
Batch ID.
Query Parameters
Filter tasks by status.
queued, running, completed, failed, cancelled Maximum number of tasks to return.
x >= 1Pagination cursor. Omit on first request. Pass the last_key value from a previous response to fetch the next page.
Include full output, sources, images, and cost for each task. When false (default), returns lightweight task listing with status only.

