---
title: "GET /tables/{tableBucketARN}/{namespace}/{name}/maintenance"
method: GET
path: "/tables/{tableBucketARN}/{namespace}/{name}/maintenance"
---

# GET /tables/{tableBucketARN}/{namespace}/{name}/maintenance

`GET /tables/{tableBucketARN}/{namespace}/{name}/maintenance`

Gets details about the maintenance configuration of a table. For more information, see [S3 Tables maintenance](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html) in the _Amazon Simple Storage Service User Guide_.

Permissions

*   You must have the `s3tables:GetTableMaintenanceConfiguration` permission to use this operation.
    
*   You must have the `s3tables:GetTableData` permission to use set the compaction strategy to `sort` or `zorder`.

## Path parameters

- `tableBucketARN` string, required
- `namespace` string, required
- `name` string, required

## Response `200`

Success

- GetTableMaintenanceConfigurationResponse
  - `tableARN` string, required — The Amazon Resource Name (ARN) of the table.
  - `configuration` object, required — Details about the maintenance configuration for the table bucket.

## 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)
