Get Article Outline
get_article_outlineRetrieve a compact outline of a Zendesk Help Center article, listing sections with headings and word counts, along with available translations and their outdated status. Use to understand article structure before fetching specific sections.
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. |