get_space_content
Extract and manage pages from a specific Confluence space by specifying space key, pagination limits, and body format for efficient content retrieval.
Instructions
Get pages from a specific space
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bodyFormat | No | Body format to include: "storage" or "view" (optional) | |
limit | No | Maximum results (default: 25) | |
spaceKey | Yes | Space key | |
start | No | Starting index for pagination (default: 0) |