list_form_translations
Retrieve all language versions of a form, including active status, share links, and timestamps. Shows only secondary translations; primary language is on the form itself.
Instructions
List the existing language versions (translations) of a form. Returns each translation's language, isActive flag, public share link and timestamps. The primary language lives on the form itself (see get_form.language) and is not listed here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | The source form UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many translations exist (the primary language is not listed) | |
| formId | No | The source form | |
| translations | No | The existing language versions |