List Section Translations
list_section_translationsList translations for a Help Center section: get localized name, description presence, and publication status for each locale. Use this to diagnose missing or draft translations when a section looks wrong.
Instructions
List the translations of a Help Center section: for each locale, the localized name, whether a description is set, and whether the translation is published or still a draft. Reach for this when a section looks wrong in a locale, because list_sections with that locale cannot settle it: a section with no translation is omitted from it, while a section whose translation is an unpublished draft may still be listed there under the draft name — so appearing in that listing does not mean published, and the draft flag here is what decides. Fix either case with set_section_translation; to sweep every category and section at once, use find_translation_gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | Yes | Section ID — the numeric id of the Help Center section. Obtain it from list_sections or the zendesk-hc://topology resource. |