List tasks in a batch
DeepResearch (Batch)
List Batch Tasks
Reference for listing tasks in a batch via GET /v1/deepresearch/batches//tasks.
GET
List tasks in a batch
Documentation Index
Fetch the complete documentation index at: https://docs.valyu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Get yours at platform.valyu.ai.
Path Parameters
Batch ID.
Query Parameters
Filter tasks by status.
Available options:
queued, running, completed, failed, cancelled Maximum number of tasks to return.
Required range:
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.

