---
title: "List all DR Plans"
method: GET
path: "/draasconfig/v2/orgs/{OrgID}/drplans"
tags: ["DRaaS"]
---

# List all DR Plans

`GET /draasconfig/v2/orgs/{OrgID}/drplans`

Lists the DR Plan details for all DR Plans in the organization.

## Path parameters

- `OrgID` integer, required

## Query parameters

- `pageToken` string

## Response `200`

Success

- ListResponse — ListResponse is the response schema for List DR Plans
  - `drPlans` DRPlan[] — List of DRPlans
    - `awsAccountID` string — The AWS account ID of the DR Plan
    - `drPlanID` integer — The ID of the DR Plan
    - `healthStatus` HealthStatus
      - `failoverCheckStatus` integer — The status representing the failover checks. 1: Success 2: In-progress 3: Failure 4: Warning 5: Not-initiated
      - `latestValidationTimestamp` integer — The epoch timestamp of last successful failover check execution
    - `name` string — The name of the DR Plan
    - `region` string — The region of the DR Plan
    - `vmCount` integer — The count of VMs associated with the DR Plan
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
