itglue_list_attachments
List attachments metadata from IT Glue parent resources like organizations or configurations. Retrieve file names, sizes, content types, and download URLs without downloading the files.
Instructions
List attachments on a parent resource. Returns metadata only — file names, sizes, content types, and download URLs (use the URL out-of-band to fetch the actual file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentType | Yes | Parent resource type that owns the attachments. | |
| parentId | Yes | Parent resource id. | |
| pageSize | No | page[size] — items per page (default IT Glue: 50, max 1000 for most endpoints). | |
| pageNumber | No | page[number] — 1-based page index. | |
| formatOptions | No | Reduce response size for token-sensitive callers. compact mode keeps id+type plus a small set of identifying attributes; fields[] picks specific attribute keys; omitEmpty strips null/empty values. |