---
title: "List available personas"
method: GET
path: "/personas/available"
tags: ["Personas"]
---

# List available personas

`GET /personas/available`

List all configured personas. When authenticated with an API key, returns personas for the key owner.

## Response `200`

Successful Response

- ZoPersonasResponse
  - `personas` ZoPersonaInfo[], required — List of configured personas
    - `id` string, required — Unique persona identifier
    - `name` string, required — Display name
    - `prompt` string, required — System prompt defining the persona's behavior
    - `model` string, nullable — AI model ID, or null for system default
    - `image` string, nullable — Avatar image URL

---

[API](https://skmtc.dev/zocomputer/apis/zo-api.md) · [All operations](https://skmtc.dev/zocomputer/apis/zo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zocomputer/zo-api/revisions/70e0bef5d780/schema)
