Skip to main content
GET
/
v1
/
deepresearch
/
batches
/
{id}
/
tasks
List batch tasks
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
  }
}

Authorizations

x-api-key
string
header
required

Your Valyu API key. Get one at platform.valyu.ai

Path Parameters

id
string
required

Batch ID

Response

Tasks retrieved successfully

batch_id
string

Batch ID

tasks
object[]

Array of tasks in the batch

pagination
object

Pagination information