---
title: "GET /replication-status#tableArn"
method: GET
path: "/replication-status#tableArn"
---

# GET /replication-status#tableArn

`GET /replication-status#tableArn`

Retrieves the replication status for a table, including the status of replication to each destination. This operation provides visibility into replication health and progress.

Permissions

You must have the `s3tables:GetTableReplicationStatus` permission to use this operation.

## Query parameters

- `tableArn` string, required

## Response `200`

Success

- GetTableReplicationStatusResponse
  - `sourceTableArn` string, required — The Amazon Resource Name (ARN) of the source table being replicated.
  - `destinations` ReplicationDestinationStatusModel[], required — An array of status information for each replication destination, including the current state, last successful update, and any error messages.
    - `replicationStatus` 'pending' | 'completed' | 'failed', required — The current status of replication to this destination.
    - `destinationTableBucketArn` string, required — The Amazon Resource Name (ARN) of the destination table bucket.
    - `destinationTableArn` string — The Amazon Resource Name (ARN) of the destination table.
    - `lastSuccessfulReplicatedUpdate` object — Information about the most recent successful replication update to this destination.
      - `metadataLocation` string, required — The S3 location of the metadata that was successfully replicated.
      - `timestamp` string, date-time, required — The timestamp when the replication update completed successfully.
    - `failureMessage` string — If replication has failed, this field contains an error message describing the failure reason.

## Other responses

- `480` — InternalServerErrorException
- `481` — ForbiddenException
- `482` — NotFoundException
- `483` — TooManyRequestsException
- `484` — ConflictException
- `485` — BadRequestException

---

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