GET
/
research
/
v1
List research requests
curl --request GET \
  --url https://api.exa.ai/research/v1/research/v1
{
  "data": [
    {
      "researchId": "01jszdfs0052sg4jc552sg4jc5",
      "model": "exa-research",
      "instructions": "What species of ant are similar to honeypot ants?",
      "status": "running"
    }
  ],
  "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:10

Number of results per page (1-50)

Required range: 1 <= x <= 50

Response

200 - application/json

List of research requests

The response is of type object.