List Help Center Articles
list_articlesList Zendesk Help Center articles metadata. Filter by section and locale, sort by title or date, and optionally view available translation locales per article.
Instructions
List articles (metadata only, no body). Use get_article for full content. Optionally filter by section ID and locale. Supports sort_by ("title", "created_at", "updated_at") and include_translations: true to show available translation locales per article. Note: include_translations must be re-sent on each paginated request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_id | No | ||
| locale | No | ||
| page_size | No | ||
| cursor | No | ||
| sort_by | No | Sort field | position |
| sort_order | No | Sort direction | asc |
| include_translations | No | Include available translation locales per article (causes 1 extra API call per article) |