---
title: "Get table information by the id of the table."
method: GET
path: "/v1/localization-table/tables/{tableId}"
tags: ["Localization"]
---

# Get table information by the id of the table.

`GET /v1/localization-table/tables/{tableId}`

## Path parameters

- `tableId` string, uuid, required

## Response `200`

OK

- RobloxLocalizationTablesApiGetTableResponse
  - `id` string, uuid
  - `name` string
  - `ownerType` 'User' | 'Group' — Enum for valid OwnerTypes. ['User' = 0, 'Group' = 1]
  - `ownerId` integer
  - `assetId` integer

## Other responses

- `400` — 3: Invalid table id.
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: You do not have permission to get this table.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
