List Pages
list_pagesList Confluence pages by space, title, status, or parent, with sorting and pagination.
Instructions
List pages, optionally filtered by space, title, status, or parent.
Args:
space_id: Filter by space ID.
title: Exact title match.
status: Page status — current, archived, trashed, deleted.
ancestor_id: Filter by parent page ID.
sort: Sort field, e.g. 'title', '-title', 'created-date', '-modified-date'.
limit: Max results (1–250).
cursor: Pagination cursor from a previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| title | No | ||
| cursor | No | ||
| status | No | ||
| space_id | No | ||
| ancestor_id | No |