Skip to main content
GET
Get Research

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

research_id
string
required

Response

Successful Response

Response from GET /v1/research/{id} - retrieving research status and results.

id
string
required

Unique identifier for the research job

status
string
required

Status of the research job (RUNNING, COMPLETED, FAILED, FAILED_AMBIGUOUS)

query
string
required

Original research query

created_at
string
required

Timestamp when research was created (ISO 8601 format)

updated_at
string
required

Timestamp when research was last updated (ISO 8601 format)

profile
ProfileV1 · object | null

Research results (only populated when status is COMPLETED)