---
title: "Get all personas for the organization"
method: GET
path: "/v1/personas"
tags: ["v1 personas"]
---

# Get all personas for the organization

`GET /v1/personas`

Get all personas accessible to the caller.

    This endpoint:
    - Returns **all** personas across the organization (personas are shared org-wide)
    - All users in the org can see all org personas
    - Includes persona metadata (name, description, creation date)

    **Authentication**: Requires valid API key or JWT token

## Response `200`

Successful Response

- GetUserPersonasResponse — Response model for getting personas
  - `personas` PersonaResponse[], required — List of personas
    - `persona_id` string, required
    - `user_id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `created_at` string, date-time, required
    - `user_name` string, nullable, required
    - `user_email` string, nullable, required
  - `total_count` integer, required — Total number of personas
  - `user_id` string, nullable — User ID (set when filtering by user)
  - `org_id` string, nullable — Organization ID (set when returning org-wide personas)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-03-09** `0f1ebe150574` — 2 breaking, 1 info
  - the response property `user_id` became optional for the status `200`
  - response property `user_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the optional property `org_id` to the response with the `200` status
- **2025-12-10** `5a9a6b9cb07a` — 9 info
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `request_id` to the response with the `400` status
  - …5 more
- **2025-11-17** `93aa65273d4d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/elicitlabs/apis/elicit-labs-api/changes/v1/personas/get.md)

---

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