Skip to main content
GET
Get clinical trial detail

Authorizations

Authorization
string
header
required

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

Headers

authorization
string

Set to Bearer <token> to pass token for authorization.

Path Parameters

trial_id
string
required

Response

Successful Response

Detail endpoint returns a flat trial object (same shape as ClinicalTrialResult).

reportedEvents is only populated on trials with hasResults=true.

reportedEvents
ReportedEvents · object | null

Adverse events table as stored by ClinicalTrials.gov and indexed by Resolute.

Only present on trials that have results (hasResults=true). Contains the time frame of observation, group definitions, and a flat list of serious/other adverse events with per-group counts.

Resolute may return a single-element object instead of a list for groupList and events when there is only one item (XML-to-JSON coercion artifact). Both shapes are accepted.