---
title: "Get persona by ID"
method: GET
path: "/api/v1/personas/{id}"
tags: ["Personas"]
---

# Get persona by ID

`GET /api/v1/personas/{id}`

Returns a specific persona by its identifier

## Path parameters

- `siteId` string, required
- `id` string, required

## Response `200`

Persona retrieved successfully

- RestPersona
  - `name` string
  - `description` string

## Other responses

- `400` — Bad request - persona ID or site ID required
- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Persona not found
- `500` — Internal server error

---

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