---
title: "List Personas"
method: GET
path: "/personas"
tags: ["personas"]
---

# List Personas

`GET /personas`

## Query parameters

- `page` integer — Page number
- `page_size` integer — Number of items per page
- `only_active` boolean — Whether to only return active sessions
- `only_current_token` boolean — Whether to only return sessions for the current token (apikey)
- `include_system` boolean — Whether to include internal system sessions

## Headers

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

## Response `200`

Successful Response

- PaginatedResponsePersonaResponse
  - `items` PersonaResponse[], required
    - `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)
    - `name` string, nullable
  - `page` integer, required
  - `page_size` integer, required
  - `has_next` boolean, required
  - `has_previous` boolean, required

## 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/revisions/07af155aa3ff/schema)
