Get Article Outline
get_article_outlineRetrieve a compact outline of a Zendesk article with section headings, word counts, and translation status. Use it to review article structure and spot outdated translations.
Instructions
Return a compact outline of an article (list of sections delimited by h1/h2/h3, with word counts) for the given locale (defaults to source_locale). Includes available translations with their outdated status. Use get_article_section to fetch a specific section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Locale of the body to outline (defaults to article source_locale) | |
| article_id | Yes | Article ID — the numeric id of the Help Center article. Obtain it from list_articles or search_articles. |