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

# List Identities

`GET /api/v1/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

## Changes

> 15 revisions in range; 7 could not be searched.

- **2026-07-26** `2a1299ef19fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/changes/api/v1/identities/get.md)

---

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