---
title: "Get Note Translations"
method: GET
path: "/api/v1/flows/{flow_id}/note_translations"
tags: ["Flows"]
---

# Get Note Translations

`GET /api/v1/flows/{flow_id}/note_translations`

Return translated note node descriptions for the current locale.

Returns a mapping of node_id → translated markdown text.  Only nodes
with a matching translation key are included; nodes without translations
are omitted so the caller can leave them unchanged.

A missing or inaccessible flow yields 404 (via ``AuthorizedReadFlow``),
consistent with ``GET /flows/{id}``; the sole frontend caller (NoteNode)
treats that as "no translations" and renders the original text.

## Path parameters

- `flow_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/versions/22962dc5e81b/schema)
