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.
Path parameters
Response
Successful Response
Changes
Changed in 2 of the 21 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲