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

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

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

Gets a Translation Task object given its `id`

## Path parameters

- `translation_id` string, required
- `id` string, required

## Response `200`

- LocalizationTranslationTask — Represents a particular Translation Task Context `id` -- id of the Translation Task `type` -- type of the Translation Task. Can be one of `attributes_export`, `attributes_import` or `attributes_autotranslation` `arguments` -- input or output arguments of the Translation Task `status` -- status of the Translation Task. Can be one of `new`, `success`, `processing` or `error` `file` -- depending on the task type, it can be either input data or output data `error_message` -- error message in case if task completes with error `events` -- events related with the Task: created.at and .by, and finished.at
  - `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/0421d2a97c52/schema)
