---
title: "Get a persona"
method: GET
path: "/persona/{id}"
tags: ["Persona"]
---

# Get a persona

`GET /persona/{id}`

## Path parameters

- `id` string, required

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

## Other responses

- `404` — Not Found

---

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