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

## Changes

- **2016-09-04** `c55bfe84e6b6` — 1 info
  - api operation id `get` removed and replaced with `getPerson`
- **2016-05-31** `7a0eb1704719` — 1 info
  - api operation id `getPerson` removed and replaced with `get`

[Change history](https://skmtc.dev/opentrials/apis/opentrials-api/changes/persons/:id/get.md)

---

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