---
title: "Get a single clinical trial"
method: GET
path: "/api/v1/clinical-trials/{nctId}"
tags: ["Clinical Trials"]
---

# Get a single clinical trial

`GET /api/v1/clinical-trials/{nctId}`

Fetch one trial by NCT id (or internal id), including eligibility criteria and locations.

## Path parameters

- `nctId` string, required

## Response `200`

The clinical trial with eligibility and locations.

- object
  - `data` ClinicalTrial
    - `id` string
    - `nctId` string
    - `title` string
    - `description` string
    - `conditions` string[]
    - `status` string
    - `startDate` string, date
    - `completionDate` string, date
    - `interventionType` string
    - `keywords` string[]
    - `eligibilityCriteria` string — Single-trial endpoint only.
    - `locations` object[] — Single-trial endpoint only.

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `404` — The requested record was not found.
- `429` — Rate limit exceeded (100 requests/hour per key). Includes a Retry-After header.

---

[API](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api.md) · [All operations](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curecancerwithai/cure-cancer-with-ai-public-api/revisions/fd99aa2f2fd5/schema)
