confluence_get_pages_by_space
Fetch pages from a specified Confluence space using the space key. Control the number of results with an optional limit.
Instructions
Get pages from a specific Confluence space. The content field on each page is an ADF JSON document. spaceKey is resolved to spaceId internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pages to return (default: 25) | |
| spaceKey | Yes | The space key to get pages from |