list_attachments_uploaded_by_user
List attachments uploaded by a specific user in Confluence, optionally filtered by space.
Instructions
List all attachments uploaded by a specific user, with optional filtering by space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of attachments to return. Default is 25, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| 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. |