List pages
list_pagesRetrieve a list of Wiki.js pages, applying filters by tags, locale, and sorting options to find specific content.
Instructions
List Wiki.js pages with optional ordering, tag and locale filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only pages having all these tags | |
| limit | No | Max pages to return | |
| locale | No | ||
| orderBy | No | ||
| orderByDirection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | ||
| total | Yes |