---
title: "Get Persona"
method: GET
path: "/brands/{brand_id}/personas/{persona_id}"
---

# Get Persona

`GET /brands/{brand_id}/personas/{persona_id}`

Get a persona by ID

## Path parameters

- `brand_id` integer, required
- `persona_id` integer, required

## Response `200`

Successful Response

- APIPersonaListing
  - `id` integer, required
  - `name` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
