---
title: "GET /trials/{id}/records"
method: GET
path: "/trials/{id}/records"
tags: ["trials"]
---

# GET /trials/{id}/records

`GET /trials/{id}/records`

Returns a trial's raw records from its sources

## Path parameters

- `id` string, required

## Response `200`

Success

- Record[]
  - `id` string, required — ID of the record
  - `identifiers` object — Object that maps the trial's sources ids with its identifiers.
  - `source_id` string — ID of the record's source
  - `url` string, required — OpenTrials API URL of the record
  - `trial_id` string, required — ID of the trial referenced in the record
  - `trial_url` string, required — OpenTrials API URL of the trial referenced in the record
  - `source` Source, required
    - `id` string, required
    - `name` string, required
    - `source_url` string — URL to source's website
    - `terms_and_conditions_url` string
    - `type` 'register' | 'journal' | 'other'
  - `source_url` string, required — URL of the record's source (where it was collected from)
  - `public_title` string, required — Title of the record
  - `status` 'ongoing' | 'withdrawn' | 'suspended' | 'terminated' | 'complete' | 'unknown' | 'other' — Trial's status (e.g. ongoing, withdrawn, complete etc.)
  - `recruitment_status` 'recruiting' | 'not_recruiting' | 'unknown' | 'other' — Trial's recruitment status (e.g. recruiting, unknown etc.)
  - `is_primary` boolean — Is this record the primary source of data for its trial
  - `last_verification_date` string, date-time — Date when the record's data was last verified by provider
  - `created_at` string, date-time, required — Date when the record was created
  - `updated_at` string, date-time, required — Date when the record was updated

## Other responses

- `404` — Trial not found

---

[API](https://skmtc.net/opentrials/apis/opentrials-api.md) · [All operations](https://skmtc.net/opentrials/apis/opentrials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentrials/opentrials-api/revisions/d5e3f69976ed/schema)
