---
title: "GET /localization/translations"
method: GET
path: "/localization/translations"
tags: ["Localization"]
---

# GET /localization/translations

`GET /localization/translations`

Lists the Translation objects available for the actor
These translations may or may not be owned by the actor. If actor is not the owner it must
have the translation be made visible by the parent. Vendor actor can see only its own
translations. Distributor actor may see Vendor's translations and its own. Reseller actor
may see all translations in the chain (of Vendor, of Distributor) and its own

## Query parameters

- `limit` integer
- `offset` integer
- `auto.enabled` boolean
- `auto.status` 'off' | 'on' | 'processing' | 'error'
- `context.id` string
- `context.instance_id` string
- `context.name` string
- `context.type` 'product' | 'pim'
- `description` string
- `events.created.at` string, date-time
- `events.created.by.id` string
- `events.created.by.name` string
- `events.updated.at` string, date-time
- `events.updated.by.id` string
- `events.updated.by.name` string
- `id` string
- `locale.id` string
- `locale.name` string
- `owner.id` string
- `owner.name` string
- `primary` boolean
- `status` string

## Response `200`

- LocalizationTranslation[]
  - `id` string
  - `context` LocalizationLocalizationContextReference — Represents a link to particular Localization Context `id` -- id of the Localization Context `instance_id` -- id of Connect object linked to the Localization Context, i.e. Product ID `name` -- name of the Localization Context `type` -- type of the Localization Context. Can have only one single value: `product` `icon` -- Localization Context icon
    - `id` string
    - `instance_id` string
    - `name` string
    - `icon` string, nullable
    - `type` 'product' | 'pim'
  - `owner` LocalizationAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string
    - `name` string
    - `icon` string, nullable
  - `locale` LocalizationLocaleReference — Represents a link to particular Locale `id` -- id of the Locale `name` -- name of the Locale
    - `id` string
    - `name` string
    - `auto_translation` boolean
  - `description` string, nullable
  - `stats` LocalizationTranslationStats — Represents Translation Statistics `total` -- total amount of attributes linked to the Translation `translated` -- amount of attributes linked to the Translation which have `value` property not empty
    - `total` integer
    - `translated` integer
  - `auto` LocalizationAutoTranslationObject — Represents Automatic Translation Status of the Translation `enabled` -- indicates if auto translation is enabled for this Translation `status` -- indicates the status of the last automatic translation attempt
    - `enabled` boolean
    - `status` string
    - `error_message` string
  - `status` string
  - `events` object
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `primary` boolean

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/54fef191d46c/schema)
