v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01144108427.9 KB
Flows

Get 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.

get/api/v1/flows/{flow_id}/note_translations

Path parameters

flow_idstring uuid required

Response

Successful Response

object required