---
title: "GET /2015-02-01/file-systems/replication-configurations"
method: GET
path: "/2015-02-01/file-systems/replication-configurations"
---

# GET /2015-02-01/file-systems/replication-configurations

`GET /2015-02-01/file-systems/replication-configurations`

Retrieves the replication configuration for a specific file system. If a file system is not specified, all of the replication configurations for the Amazon Web Services account in an Amazon Web Services Region are retrieved.

## Query parameters

- `FileSystemId` string
- `NextToken` string — Token used for pagination.
- `MaxResults` integer — Max results used for pagination.

## Response `200`

Success

- DescribeReplicationConfigurationsResponse
  - `Replications` ReplicationConfigurationDescription[] — The collection of replication configurations that is returned.
    - `SourceFileSystemId` string, required — The ID of the source Amazon EFS file system that is being replicated.
    - `SourceFileSystemRegion` string, required — The Amazon Web Services Region in which the source Amazon EFS file system is located.
    - `SourceFileSystemArn` string, required — The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
    - `OriginalSourceFileSystemArn` string, required — The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication configuration.
    - `CreationTime` string, date-time, required — Describes when the replication configuration was created.
    - `Destinations` Destination[], required — An array of destination objects. Only one destination object is supported.
      - `Status` 'ENABLED' | 'ENABLING' | 'DELETING' | 'ERROR', required — Describes the status of the destination Amazon EFS file system. If the status is <code>ERROR</code>, the destination file system in the replication configuration is in a failed state and is unrecoverable. To access the file system data, restore a backup of the failed file system to a new file system.
      - `FileSystemId` string, required — The ID of the destination Amazon EFS file system.
      - `Region` string, required — The Amazon Web Services Region in which the destination file system is located.
      - `LastReplicatedTimestamp` string, date-time — The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.
  - `NextToken` string — You can use the <code>NextToken</code> from the previous response in a subsequent request to fetch the additional descriptions.

## Other responses

- `480` — BadRequest
- `481` — FileSystemNotFound
- `482` — InternalServerError
- `483` — ReplicationNotFound
- `484` — ValidationException

---

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