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

# List personas

`GET /persona`

## Response `200`

Success

- PersonaDto[]
  - `id` string, nullable
  - `agencyId` string, nullable
  - `personaName` string, nullable
  - `description` string, nullable
  - `color` string, nullable
  - `imageUri` string, nullable
  - `voiceStyles` string, nullable
  - `howToRespond` string, nullable
  - `typoPercent` integer
  - `breakupLargeMessagePercent` integer
  - `responseTime` string, nullable
  - `responseDelay` integer
  - `modifiedAt` string, nullable
  - `modifiedBy` string, nullable
  - `aiProviderPreferences` string[], nullable
  - `folderId` string, nullable
  - `botIds` string[], nullable
  - `bots` BotPersonaDto[], nullable
    - `name` string, nullable
    - `id` string, nullable
  - `favorited` boolean
  - `default` boolean

---

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