---
title: "List personas"
method: GET
path: "/api/v3/workspaces/{workspace}/personas/"
---

# List personas

`GET /api/v3/workspaces/{workspace}/personas/`

List AI personas configured for the workspace.

## Path parameters

- `workspace` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Paginated list of personas

- PersonaList
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` Persona[]
    - `id` string
    - `name` string
    - `description` string
    - `assistantConfig` object
    - `createdAt` string, date-time

---

[API](https://skmtc.dev/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.dev/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/revisions/9d1a64d4b1c1/schema)
