# Retrieve a Person

**GET** `/persons/{personId}/`

Retrieve a Person

## Request

### Parameters

- `personId` (path, required, string): The ID that uniquely identifies the Person

### Responses

- `200`: A response with a Person
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
