---
title: "GET /localization/translations/{translation_id}/attributes"
method: GET
path: "/localization/translations/{translation_id}/attributes"
tags: ["Localization"]
---

# GET /localization/translations/{translation_id}/attributes

`GET /localization/translations/{translation_id}/attributes`

Lists the Translation Attribute objects available for the translation. In case if `GET`
request is done with `Accept` header set to
`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`, the endpoint will not
return JSON collection but rather Excel binary data. Such request means export of translation
attributes in Excel format is requested.

## Path parameters

- `translation_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `auto_translated` boolean
- `comment` 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
- `key` string
- `object.id` string
- `object.model` string
- `value` string

## Response `200`

- LocalizationTranslationAttribute[]
  - `key` string
  - `value` string, nullable
  - `comment` string, nullable
  - `auto_translated` boolean
  - `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
  - `object` object
    - `id` string
    - `model` string

## 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/versions/54fef191d46c/schema)
