wikijs_list_pages
Retrieve a list of Wiki.js pages for crawling or indexing, with options to filter by locale, limit results, and sort by fields like title or update date.
Instructions
List pages for crawling/indexing with optional locale and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Optional locale code. | |
| limit | No | Optional item limit. Default 50, max 200. | |
| orderBy | No | Field to order by. Default UPDATED. | |
| orderByDirection | No | Sort direction. Default DESC. |