---
title: "List Identities"
method: GET
path: "/identities"
tags: ["identities"]
---

# List Identities

`GET /identities`

List agent identities with optional status/role filters.

``status`` is validated against the :class:`AgentIdentityStatus`
enum by FastAPI, so an unknown value yields a ``422`` rather than
reaching the handler and raising an unhandled ``ValueError``.

## Query parameters

- `status` 'active' | 'suspended' | 'revoked' — Lifecycle status of an agent identity.
- `role` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
