Get Space Content Labels
get_space_content_labelsList all labels applied to content in a Confluence space, with optional prefix filtering and pagination for large result sets.
Instructions
List all labels used on content within a space.
Args:
space_id: The ID of the space.
prefix: Filter by label prefix (e.g. 'global', 'my', 'team').
cursor: Pagination cursor from a previous response.
limit: Max results to return (default 25, max 250).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| prefix | No | ||
| space_id | Yes |