---
title: "List evaluation personas"
method: GET
path: "/api/v1/public/evaluation/personas"
tags: ["public"]
---

# List evaluation personas

`GET /api/v1/public/evaluation/personas`

List evaluation personas configured in the authenticated workspace.

## Response `200`

Successful Response

- PersonaResponse[]
  - `id` string, required
  - `workspaceId` string, required
  - `name` string, required
  - `phoneNumber` string, nullable
  - `age` integer, nullable
  - `nationality` string, nullable
  - `gender` string, nullable
  - `language` string, nullable
  - `tone` string, nullable
  - `personality` string, nullable
  - `background` string, nullable
  - `traits` unknown
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
