list_pages_created_by_user
Retrieve all Confluence pages created by a specific user. Optionally filter by space or date range to narrow results.
Instructions
List all pages created by a specific user, with optional filtering by space or time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of pages to return. Default is 25, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| endDate | No | End date for filtering pages (format: YYYY-MM-DD). | |
| spaceKey | No | Optional space key to filter results to a specific space. | |
| username | No | The username of the user (alternative to accountId). | |
| accountId | No | The Atlassian account ID of the user. | |
| startDate | No | Start date for filtering pages (format: YYYY-MM-DD). |