List Help Center Sections
list_sectionsRetrieve paged lists of Help Center sections, filtered by category or locale. Use section IDs to access articles.
Instructions
List Help Center sections. Sections are the middle level of the Guide hierarchy (category → section → article) and group related articles; each entry includes its id, name, category_id and locale. Results are cursor-paginated. Pass category_id to list only one category's sections (ids come from list_categories), then use a section id with list_articles. Pass a locale to read section names in that translation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response; omit for the first page. | |
| locale | No | Locale for section names (e.g., "en-us", "fr"). Defaults to the Help Center default locale. | |
| page_size | No | Sections per page (1-100, default 100). | |
| category_id | No | Restrict to sections of this category (id from list_categories). Omit to list every section. |