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

# List available personas

`GET /api/agent/personas`

## Response `200`

Personas list

- PersonasResponse
  - `personas` PersonaItem[], required
    - `slug` string, required
    - `displayName` string, required
    - `group` string, required
    - `description` string, required
  - `total` integer, required
  - `usage` string, required

## Other responses

- `401` — Unauthorized
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/personas/get.md)

---

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