---
title: "Gets a page of asset (image) entries for the specified table, along with the table's per-locale asset translations."
method: GET
path: "/v1/localization-table/tables/{tableId}/asset-entries"
---

# Gets a page of asset (image) entries for the specified table, along with the table's per-locale asset translations.

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

## Path parameters

- `tableId` string, uuid, required

## Query parameters

- `cursor` string
- `gameId` integer

## Response `200`

OK

- RobloxLocalizationTablesApiGetTableAssetEntriesPagedResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxLocalizationTablesApiAssetEntry[]
    - `sourceAssetId` integer
    - `assetType` integer
    - `assetClass` integer
    - `assetProp` integer
    - `translations` RobloxLocalizationTablesApiTranslation[]
      - `locale` string
      - `translationText` string
      - `translator` RobloxLocalizationTablesApiTranslator
        - `id` integer
        - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
      - `updatedTime` string, date-time
      - `feedbackCount` integer
    - `creator` RobloxLocalizationTablesApiTranslator
      - `id` integer
      - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
    - `gameLocations` RobloxInGameContentTablesClientGameLocation[]
      - `path` string
    - `createdTime` string, date-time

## Other responses

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

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/localization-table/tables/:tableId/asset-entries/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/3fe4a685dcbc?raw)
