Skip to main content
GET
Research status and report

Authorizations

Authorization
string
header
required

An Originalis API key: Authorization: Bearer ak_...

Path Parameters

research_id
string
required

Query Parameters

view
enum<string>
default:full

'full' (default) returns the whole Markdown report and its citations; 'summary' returns lifecycle + executive summary only — useful for status dashboards that don't want the multi-hundred-KB report body on every poll.

Available options:
summary,
full

Response

Successful Response

One research run: lifecycle plus the report when finished.

research_id
string
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed
as_of
string<date-time>
required
progress
ResearchProgress · object | null

Live stage + percent while the run executes; null after.

summary
string | null
content
string | null

The full report as Markdown; null until succeeded.

citations
PublicResearchCitation · object[]
created_at
string<date-time> | null
completed_at
string<date-time> | null