get_section_articles
Fetch articles from a Zendesk Help Center section using its section ID. Returns a table of contents by default, or include article bodies when you need full text.
Instructions
Fetch articles in a section. Returns TOC by default; set include_body=True for full text.
Use section IDs from list_sections. Use article IDs from the TOC with get_article or get_articles.
Args: subdomain: Help Center hostname section_id: Section ID from list_sections locale: Optional locale filter include_body: If True, include full markdown article bodies max_articles: Max articles to include bodies for (default 10) force_refresh: Bypass cache and fetch fresh data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | ||
| subdomain | Yes | ||
| section_id | Yes | ||
| include_body | No | ||
| max_articles | No | ||
| force_refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |