List pages
list_pagesList wiki pages with metadata and see how many matched versus shown, so a short result isn't mistaken for a small wiki. Filter by tags, locale, creator, or author to narrow the list.
Instructions
Lists pages with their metadata, newest first by default. The result reports how many pages matched as well as how many are shown, so a short answer is never mistaken for a small wiki. Wiki.js has no offset for this query, so narrow with tags, locale, creator_id or author_id rather than paging. Returns no page content; use get_page for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Only pages carrying all of these tags. | |
| limit | No | Maximum number of entries to return (default 50). Wiki.js has no offset for page lists, so narrowing by tags, locale or path beats raising this. | |
| locale | No | Locale code. Defaults to WIKIJS_LOCALE. The locale is part of a page’s identity. | |
| order_by | No | Sort field (default UPDATED). | |
| author_id | No | Only pages last edited by this user id. | |
| direction | No | ||
| creator_id | No | Only pages originally created by this user id. |