---
title: "List Workspace Personas"
method: GET
path: "/workspaces/{workspace_id}/personas"
tags: ["populations"]
---

# List Workspace Personas

`GET /workspaces/{workspace_id}/personas`

Lazy persona summaries: selected population, bounded search, or one-id
restore — exactly one mode per request (the service 422s anything else).

## Path parameters

- `workspace_id` string, uuid, required

## Query parameters

- `population_id` string, uuid, nullable
- `query` string, nullable
- `limit` integer, nullable
- `persona_id` string, uuid, nullable

## Response `200`

Successful Response

- ListWorkspacePersonasResponse
  - `status` 'completed', required
  - `personas` WorkspacePersonaSummary[], required
    - `id` string, uuid, required
    - `population_id` string, uuid, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `attributes` object, nullable
    - `population` PersonaPopulationContext, required — Display context for the population a persona summary belongs to.
      - `id` string, uuid, required
      - `name` string, required
      - `subtitle` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
