---
title: "Gets a batch of entries for a table."
method: GET
path: "/v1/localization-table/tables/{tableId}/entries"
tags: ["Localization"]
---

# Gets a batch of entries for a table.

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

## Path parameters

- `tableId` string, uuid, required

## Query parameters

- `cursor` string
- `gameId` integer
- `entryFormat` 'Invalid' | 'Legacy' | 'Icu'

## Response `200`

OK

- RobloxLocalizationTablesApiGetTableEntriesPagedResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxLocalizationTablesApiEntry[]
    - `identifier` RobloxLocalizationTablesApiEntryIdentifier
      - `key` string
      - `context` string
      - `source` string
      - `entryFormat` 'Invalid' | 'Legacy' | 'Icu'
    - `metadata` RobloxLocalizationTablesApiEntryMetadata
      - `example` string
      - `gameLocations` RobloxInGameContentTablesClientGameLocation[]
        - `path` string
      - `entryFormat` 'Invalid' | 'Legacy' | 'Icu'
    - `translations` RobloxLocalizationTablesApiTranslation[]
      - `locale` string
      - `translationText` string
      - `translator` RobloxLocalizationTablesApiTranslator
        - `id` integer
        - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
      - `updatedTime` string, date-time
      - `feedbackCount` integer
    - `createdTime` string, date-time

## Other responses

- `400` — 3: Invalid table id. 14: Invalid game 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)
