---
title: "Get Person"
method: GET
path: "/api/v1/people/{person_id}"
---

# Get Person

`GET /api/v1/people/{person_id}`

Retrieve a [person](https://app.voker.ai/docs/concepts/people).

## Path parameters

- `person_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- Person — Represents a person. See [People](https://app.voker.ai/docs/concepts/people) for more information.
  - `person_id` string, required
  - `properties` object, nullable
  - `created_at` string, date-time, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/voker/apis/fastapi.md) · [All operations](https://skmtc.net/voker/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voker/fastapi/versions/d237dc301251/schema)
