---
title: "List"
method: GET
path: "/api/v1/recovery-policies"
tags: ["Recovery Policy"]
---

# List

`GET /api/v1/recovery-policies`

List all recovery policies in your tenant, one page at a time.

## Query parameters

- `page_size` integer — The maximum number of results to return per page.
- `page_token` string — A pagination token from a previous List response.

## Response `200`

Successful response

- C1ApiCredentialInventoryV1RecoveryPolicyServiceListResponse — The RecoveryPolicyServiceListResponse message.
  - `list` C1ApiCredentialInventoryV1RecoveryPolicy[], nullable — The page of policies.
    - `allowedRecoveryTypes` string[], nullable — The credential types a user may use to recover access under this policy.
    - `createdAt` string, date-time, nullable
    - `deletedAt` string, date-time, nullable
    - `displayName` string — A human-readable name for the policy.
    - `id` string — Unique identifier for the policy.
    - `isBuiltin` boolean — True for built-in policies provided by ConductorOne. Built-in policies cannot be edited or deleted.
    - `minRecoveryAuthLevel` 'AUTH_LEVEL_UNSPECIFIED' | 'AUTH_LEVEL_NONE' | 'AUTH_LEVEL_SINGLE_FACTOR' | 'AUTH_LEVEL_MULTI_FACTOR' | 'AUTH_LEVEL_PHR' | 'AUTH_LEVEL_PHRH' — The minimum assurance level a recovery ceremony must reach for this policy.
    - `priority` integer — When a user matches more than one policy, the policy with the highest priority applies.
    - `revokeOnRecovery` boolean — When true, a successful recovery revokes the user's existing credentials and forces re-enrollment. When false, recovery adds to the existing set.
    - `updatedAt` string, date-time, nullable
  - `nextPageToken` string — A token to fetch the next page, or empty if there are no more results.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
