cURL
curl --request GET \ --url https://api.valyu.ai/v1/deepresearch/batches/{id}/tasks \ --header 'x-api-key: <api-key>'
{ "batch_id": "<string>", "tasks": [ { "task_id": "<string>", "deepresearch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "queued", "query": "Analyze technology sector performance in Q4 2024", "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "pagination": { "count": 123, "last_key": "<string>", "has_more": true } }
Reference for listing tasks in a batch via GET /v1/deepresearch/batches//tasks.
Your Valyu API key. Get one at platform.valyu.ai
Batch ID
Tasks retrieved successfully
Array of tasks in the batch
Show child attributes
Pagination information
Was this page helpful?