---
title: "Get Profile"
method: GET
path: "/brand-voice-profiles/{profile_id}"
tags: ["brandVoiceProfiles"]
---

# Get Profile

`GET /brand-voice-profiles/{profile_id}`

## Path parameters

- `profile_id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- BrandVoiceProfileResponse
  - `bright_lines` string[], required
  - `created_at` string, date-time, required
  - `created_by_email` string, nullable
  - `exemplars` ExemplarPayload[], required
    - `annotation` string
    - `fingerprint_names` string[]
    - `passage` string, required
  - `fingerprints` FingerprintPayload[], required
    - `description` string, required
    - `name` string, required
    - `source` string
  - `id` string, uuid, required
  - `identity` string[], required
  - `name` string, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `404` — Brand voice profile not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/markup/apis/api-reference.md) · [All operations](https://skmtc.net/markup/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/markup/api-reference/revisions/8e28e770c55d/schema)
