List Help Center Articles
list_articlesRetrieve article metadata from a Zendesk Help Center, filtered by section and locale. Supports sorting and pagination with language translation details.
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 |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response; omit for the first page. | |
| locale | No | ||
| sort_by | No | Sort field | position |
| page_size | No | Articles per page (1-100, default 100). | |
| section_id | No | ||
| sort_order | No | Sort direction | asc |
| include_translations | No | Include available translation locales per article (causes 1 extra API call per article) |