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

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

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

Lists the Translation Task objects registered for the translation

## Path parameters

- `translation_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `events.created.by.id` string
- `events.created.by.name` string
- `id` string
- `status` 'new' | 'success' | 'processing' | 'error'
- `type` 'attributes_autotranslation'

## Response `200`

- LocalizationTranslationTask[]
  - `id` string
  - `type` 'attributes_autotranslation'
  - `arguments` object, nullable
  - `status` 'new' | 'success' | 'processing' | 'error'
  - `events` object
    - `finished` 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
  - `error_message` string, nullable

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