Get Help Center Article
get_articleRetrieve a help article by ID to get its full body content, metadata, and available translations. Optionally specify a locale for a translated version.
Instructions
Retrieve an article by ID with full body content. For large articles, prefer get_article_outline + get_article_section to save tokens. Optionally specify locale for a translated version. Returns body (HTML), metadata, source_locale, and list of available translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Locale for translated version | |
| article_id | Yes | Article ID — the numeric id of the Help Center article. Obtain it from list_articles or search_articles. |