---
title: "Persona Get"
method: GET
path: "/personas/{persona_id}"
tags: ["personas"]
---

# Persona Get

`GET /personas/{persona_id}`

## Path parameters

- `persona_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- PersonaResponse
  - `persona_id` string, required — ID of the created persona
  - `status` string, required — Status of the persona (active, closed)
  - `first_name` string, required — First name of the persona
  - `last_name` string, required — Last name of the persona
  - `email` string, required — Email of the persona
  - `vault_id` string, nullable, required — ID of the vault
  - `phone_number` string, nullable, required — Phone number of the persona (optional)

## Other responses

- `422` — Validation Error

---

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