confluence_get_pages_in_space
Retrieve Confluence pages in a specific space using its numeric space ID. Filter by title or status, set a limit, and use a cursor to paginate through results.
Instructions
Pages in a space (GET /wiki/api/v2/spaces/{id}/pages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | ||
| cursor | No | ||
| status | No | ||
| spaceId | Yes | Numeric space ID (not the key). |