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

# GET /tables/{tableBucketARN}/{namespace}/{name}/storage-class

`GET /tables/{tableBucketARN}/{namespace}/{name}/storage-class`

Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration.

Permissions

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

## Path parameters

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

## Response `200`

Success

- GetTableStorageClassResponse
  - `storageClassConfiguration` object, required — The storage class configuration for the table.
    - `storageClass` 'STANDARD' | 'INTELLIGENT_TIERING', required — The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.

## Other responses

- `480` — InternalServerErrorException
- `481` — ForbiddenException
- `482` — NotFoundException
- `483` — AccessDeniedException
- `484` — TooManyRequestsException
- `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)
