---
title: "Get Customer Personas By Agent"
method: GET
path: "/v1/customer-personas-by-agent/{agent_id}"
tags: ["Customer Personas"]
---

# Get Customer Personas By Agent

`GET /v1/customer-personas-by-agent/{agent_id}`

Get all customer personas for an agent.

## Path parameters

- `agent_id` integer, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CustomerPersonaPydantic[]
  - `id` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `goal` string, nullable
  - `org_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
