search_articles
Search Zendesk Help Center articles by keyword or filter by category, section, or label. Returns titles, links, and matching snippets to locate relevant documentation.
Instructions
Search Help Center articles by keyword, or list the articles in a category, section or label. Returns titles, links and matching snippets; use get_article for an article's full text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| query | No | Words to search for (optional if category_id, section_id or label_names is given) | |
| locale | No | Only articles in this locale, e.g. 'en-us' | |
| per_page | No | Number of articles per page (max 100) | |
| section_id | No | Only articles in this section | |
| category_id | No | Only articles in this category | |
| label_names | No | Only articles with any of these labels (Professional and Enterprise plans only) | |
| updated_after | No | Only articles updated after this date (YYYY-MM-DD) |