List Pages in Space
list_pages_in_spaceRetrieve all pages in a Confluence space with optional depth, status, and sorting filters.
Instructions
List all pages in a space.
Args:
space_id: Space ID.
depth: 'all' (default) or 'root' (top-level pages only).
sort: Sort field.
status: Page status filter.
cursor: Pagination cursor.
limit: Max results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| depth | No | ||
| limit | No | ||
| cursor | No | ||
| status | No | ||
| space_id | Yes |