---
title: "List identity review requests for the organization"
method: GET
path: "/v1/identity/review-requests"
tags: ["identity"]
---

# List identity review requests for the organization

`GET /v1/identity/review-requests`

## Query parameters

- `status` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ReviewRequestResponse[]
  - `id` string, required
  - `org_id` string, required
  - `request_type` 'merge' | 'update', required
  - `status` string, required
  - `left_end_user_id` string, nullable
  - `right_end_user_id` string, nullable
  - `suggested_survivor_end_user_id` string, nullable
  - `target_end_user_id` string, nullable
  - `proposed_identifier_type` string, nullable
  - `proposed_masked_value` string, nullable
  - `reason` string, required
  - `trigger_identifier_type` string, nullable
  - `trigger_masked_value` string, nullable
  - `evidence` object
  - `created_at` string, required
  - `updated_at` string, required
  - `resolved_at` string, nullable
  - `resolution_note` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-08-12** `5a5597ebb2d6` — 4 info
  - added the optional property `retry_after` to the response with the `400` status
  - added the optional property `retry_after` to the response with the `401` status
  - added the optional property `retryable` to the response with the `400` status
  - added the optional property `retryable` to the response with the `401` status

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/identity/review-requests/get.md)

---

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