---
title: "List Application Identities"
method: GET
path: "/v1/applications/{application_id}/identities"
tags: ["Applications"]
---

# List Application Identities

`GET /v1/applications/{application_id}/identities`

Retrieves all identities associated with a specific application.

## Path parameters

- `application_id` string, uuid, required

## Query parameters

- `search` string
- `metadata` string

## Response `200`

List of identities retrieved successfully

- ListApplicationIdentitiesResponseSchema
  - `identities` ApplicationIdentityItemSchema[]
    - `id` string, uuid — Unique identifier for the identity
    - `name` string — Name of the identity
    - `auth_flow` string, nullable — Authentication flow associated with this identity
    - `status` 'pending' | 'validated' | 'failed' — Status of the identity
    - `created_at` string, date-time — Timestamp when the identity was created
    - `updated_at` string, date-time — Timestamp when the identity was last updated

## Other responses

- `500` — Failed to list application identities

## Changes

- **2026-02-25** `ae25b3e0f20d` — 1 info
  - added the new optional `query` request parameter `metadata`
- **2026-02-18** `4d2d945e5967` — 1 warning
  - deleted the `query` request parameter `metadata`
- **2026-02-18** `cdc369172404` — 1 info
  - added the new optional `query` request parameter `metadata`
- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/:application_id/identities/get.md)

---

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