---
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

---

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