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

Get your Exa API key

Query Parameters

cursor
string

The cursor to paginate through the results

Minimum length: 1
limit
number
default:25

The number of results to return

Required range: 1 <= x <= 200

Response

200 - application/json

List of research tasks

The response is of type object.