---
title: "POST /listReplicationSets"
method: POST
path: "/listReplicationSets"
---

# POST /listReplicationSets

`POST /listReplicationSets`

Lists details about the replication set configured in your account.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `maxResults` integer — The maximum number of results per page.
  - `nextToken` string — The pagination token to continue to the next page of results.

## Response `200`

Success

- ListReplicationSetsOutput
  - `nextToken` string — The pagination token to continue to the next page of results.
  - `replicationSetArns` Arn[], required — The Amazon Resource Name (ARN) of the list replication set.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/ssm-incidents.md) · [All operations](https://skmtc.net/aws/apis/ssm-incidents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/ssm-incidents/versions/18d598f1fa32/schema)
