GET
/
research
/
v1
/
{researchId}
Get a research request by id
curl --request GET \
  --url https://api.exa.ai/research/v1/research/v1/{researchId}
{
  "researchId": "01jszdfs0052sg4jc552sg4jc5",
  "model": "exa-research",
  "instructions": "What species of ant are similar to honeypot ants?",
  "status": "running"
}

Get your Exa API key

Path Parameters

researchId
string
required

The unique identifier of the research request to retrieve

Query Parameters

stream
string

Set to "true" to receive real-time updates via Server-Sent Events (SSE)

events
string

Set to "true" to include the detailed event log of all operations performed

Response

200 - application/json

The response is of type object.