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

# GET /interventions/{id}

`GET /interventions/{id}`

Returns intervention details

## Path parameters

- `id` string, required

## Response `200`

Success

- Intervention
  - `id` string, required — ID of the intervention
  - `name` string, required — Name of the intervention
  - `url` string, required — OpenTrials API URL of the intervention
  - `type` 'drug' | 'procedure' | 'other' — Type of the intervention (drug / other)

## Other responses

- `404` — Intervention not found
- `default` — Error

---

[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)
