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

# GET /persons/{id}

`GET /persons/{id}`

Returns person details

## Path parameters

- `id` string, required

## Response `200`

Success

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

## Other responses

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