Search Help Center Articles
search_articlesSearch Help Center articles by keyword with locale and pagination support. Returns matching articles' metadata and total count.
Instructions
Full-text search across Help Center articles (metadata only, no body). Use get_article for full content. Supports locale filtering. Returns total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for offset pagination. Increment it while keeping `per_page` fixed to fetch subsequent pages; page 1 is the first page. | |
| query | Yes | Full-text query matched against article titles and body. Plain keywords; combine with the locale filter to scope to one language. | |
| locale | No | Filter by locale (e.g., "en-us", "fr") | |
| per_page | No | Number of results per page for offset pagination (1-100). Pair with `page` to walk large result sets; the response header reports the total count and whether more pages remain. |