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

# GET /tables/{tableBucketARN}

`GET /tables/{tableBucketARN}`

List tables in the given table bucket. For more information, see [S3 Tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html) in the _Amazon Simple Storage Service User Guide_.

Permissions

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

## Path parameters

- `tableBucketARN` string, required

## Query parameters

- `namespace` string
- `prefix` string
- `continuationToken` string
- `maxTables` integer

## Response `200`

Success

- ListTablesResponse
  - `tables` TableSummary[], required — A list of tables.
    - `namespace` NamespaceName[], required — The name of the namespace.
    - `name` string, required — The name of the table.
    - `type` 'customer' | 'aws', required — The type of the table.
    - `tableARN` string, required — The Amazon Resource Name (ARN) of the table.
    - `createdAt` string, date-time, required — The date and time the table was created at.
    - `modifiedAt` string, date-time, required — The date and time the table was last modified at.
    - `managedByService` string — The Amazon Web Services service managing this table, if applicable. For example, a replicated table is managed by the S3 Tables replication service.
    - `namespaceId` string — The unique identifier for the namespace that contains this table.
    - `tableBucketId` string — The unique identifier for the table bucket that contains this table.
  - `continuationToken` string — You can use this <code>ContinuationToken</code> for pagination of the list results.

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