Retrieve a research object

Retrieve a single research object by ID.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired

Response

A research object.
idstringformat: "uuid"
Research job identifier.
created_atstringformat: "date-time"
ISO 8601 timestamp when the job was created.
statusenum
Current status of the research job.
querystring
Original query.
resultslist of objects
Ranked retrieval results and citations.
contentstring or null

Final content/synthesis (null until available).

transformed_contentstring or null

Post-processed content (e.g., formatted/converted).

Errors