get_article
Fetch a single Zendesk Help Center article by subdomain and ID, returning full content as markdown. Use force_refresh to bypass cache for fresh data.
Instructions
Fetch a single article with its full content converted to markdown.
Args: subdomain: Help Center hostname article_id: Article ID to fetch force_refresh: Bypass cache and fetch fresh data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subdomain | Yes | ||
| article_id | Yes | ||
| force_refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |