get_articles
Fetch multiple Zendesk Help Center articles by ID, returning full markdown bodies with concurrent requests. Use force_refresh to bypass cache and retrieve updated content.
Instructions
Batch fetch multiple articles with full markdown bodies (concurrent requests).
Args: subdomain: Help Center hostname article_ids: List of article IDs to fetch force_refresh: Bypass cache and fetch fresh data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subdomain | Yes | ||
| article_ids | Yes | ||
| force_refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |