---
title: "Get Filing Translations"
method: GET
path: "/v1/filings/{doc_id}/translations"
tags: ["translations"]
---

# Get Filing Translations

`GET /v1/filings/{doc_id}/translations`

Retrieve English translations for a filing's text sections.

## Path parameters

- `doc_id` string, required

## Query parameters

- `section` string, nullable — Filter by section name

## Response `200`

Successful Response

- ListResponseTranslationOut
  - `data` TranslationOut[], required — Array of result objects.
    - `section` string, required — Section key: mda, risk_factors, business_overview, governance, financial_notes, or accounting_policy.
    - `source_jp` string, nullable — Original Japanese text. Null if source was not stored.
    - `text_en` string, nullable — English translation of the section. Null if not yet translated.
    - `model` string, nullable — LLM model used for translation (e.g. 'gemini/gemini-2.0-flash').
    - `token_count` integer, nullable — Approximate token count of the translated output.
    - `translated_at` string, date-time, required — When the translation was generated.
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

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