---
title: "GET /buckets/{tableBucketARN}"
method: GET
path: "/buckets/{tableBucketARN}"
---

# GET /buckets/{tableBucketARN}

`GET /buckets/{tableBucketARN}`

Gets details on a table bucket. For more information, see [Viewing details about an Amazon S3 table bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-details.html) in the _Amazon Simple Storage Service User Guide_.

Permissions

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

## Path parameters

- `tableBucketARN` string, required

## Response `200`

Success

- GetTableBucketResponse
  - `arn` string, required — The Amazon Resource Name (ARN) of the table bucket.
  - `name` string, required — The name of the table bucket
  - `ownerAccountId` string, required — The ID of the account that owns the table bucket.
  - `createdAt` string, date-time, required — The date and time the table bucket was created.
  - `tableBucketId` string — The unique identifier of the table bucket.
  - `type` 'customer' | 'aws' — The type of the table bucket.

## Other responses

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