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

Get your Exa API key

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.