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

# GET /conditions/{id}

`GET /conditions/{id}`

Returns condition details

## Path parameters

- `id` string, required

## Response `200`

Success

- Condition
  - `id` string, required — ID of the condition
  - `name` string, required — Name of the condition
  - `url` string, required — OpenTrials API URL of the condition

## Other responses

- `404` — Condition 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)
