---
title: "Get Identity"
method: GET
path: "/v1/identities/{identity_id}"
tags: ["Identities"]
---

# Get Identity

`GET /v1/identities/{identity_id}`

Retrieves details of a specific identity by its ID.

## Path parameters

- `identity_id` string, uuid, required

## Response `200`

Identity details retrieved successfully

- GetIdentityResponseSchema
  - `id` string, uuid — Unique identifier for the identity
  - `name` string — Name of the identity
  - `source` string — Source URL for the identity
  - `status` 'pending' | 'validated' | 'failed' — Status of the identity
  - `metadata` object — Metadata associated with 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

- `404` — Identity not found
- `500` — Failed to get identity

## Changes

- **2026-01-02** `4b12d8cb611b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/identities/:identity_id/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)
