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

# GET /localization/contexts

`GET /localization/contexts`

Lists the Localization Context objects registered in the system

## Query parameters

- `limit` integer
- `offset` integer
- `id` string
- `instance_id` string
- `name` string
- `type` 'product' | 'pim'

## Response `200`

- LocalizationLocalizationContext[]
  - `id` string
  - `instance_id` string, required
  - `name` string, required
  - `icon` string, nullable
  - `type` 'product' | 'pim'
  - `translations` LocalizationTranslationReference[], required
    - `id` string
    - `locale` LocalizationLocaleReference, required — Represents a link to particular Locale `id` -- id of the Locale `name` -- name of the Locale
      - `id` string
      - `name` string
      - `auto_translation` boolean
    - `primary` boolean
    - `status` string
    - `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
  - `primary_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

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