GET
/
research
/
v0
/
tasks
/
{id}
curl --request GET \
  --url https://api.exa.ai/research/v0/tasks/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "status": "running",
  "instructions": "<string>",
  "schema": {},
  "data": {},
  "citations": {}
}

Get your Exa API key

Authorizations

x-api-key
string
header
required

API key can be provided either via x-api-key header or Authorization header with Bearer scheme

Path Parameters

id
string
required

Response

200 - application/json

Research task details

The response is of type object.