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

# GET /tables/{tableBucketARN}/{namespace}/{name}/metadata-location

`GET /tables/{tableBucketARN}/{namespace}/{name}/metadata-location`

Gets the location of the table metadata.

Permissions

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

## Path parameters

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

## Response `200`

Success

- GetTableMetadataLocationResponse
  - `versionToken` string, required — The version token.
  - `metadataLocation` string — The metadata location.
  - `warehouseLocation` string, required — The warehouse location.

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