list_case_attachments
Retrieve a paginated list of attachments for a Google Cloud support case. Specify the case name to access associated files.
Instructions
List all attachments associated with a support case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | The name of the case for which attachments should be listed (e.g., projects/{project_id}/cases/{case_id} or organizations/{org_id}/cases/{case_id}) | |
| pageSize | No | Maximum number of attachments to return (default: 10, max: 100) | |
| pageToken | No | Token for pagination |