---
title: "List translation under my organization"
method: GET
path: "/v2/blu_translate/history"
tags: ["translate"]
---

# List translation under my organization

`GET /v2/blu_translate/history`

List translation under my organization

## Query parameters

- `next_token` string

## Response `200`

success, the list in Data is file translation task

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `next_token` string — RemainPages int `json:"remain_pages"`
    - `translations` BluenteInternalCourseV2ModelFileTranslationTask[]
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `created_by` string
      - `deducted` integer — indicate if the credit deducted or not
      - `file_extension` string — The extension of the file, determined by fileheader
      - `id` integer — ID of the translation task.
      - `page_count` integer — The number of pages
      - `source_lang` string — Source language, refer to iFlyTek docs for the available languages
      - `state_str` string — The state of the task
      - `target_lang` string — Target language, refer to iFlyTek docs for the available languages
      - `token_total` integer — token total of AI cost
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
  - `message` string — tip message

---

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