List IT Glue Attachments
itglue_list_attachmentsList attachments on IT Glue records, showing attachment IDs, file names, content types, and download URLs.
Instructions
List the attachments on a record (document, flexible asset, configuration, etc.), with attachment IDs (needed for delete), file names, content types, and download URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Results per page (default 50, max 1000) | |
| page_number | No | Page number (default 1) | |
| resource_id | Yes | The parent record ID | |
| resource_type | Yes | The record type | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| page_number | Yes | ||
| total_count | Yes |