List ServiceNow attachments
servicenow_list_attachmentsList ServiceNow attachment metadata, optionally filtered by table and sys_id, to find files attached to a specific record such as an incident.
Instructions
List attachment metadata, optionally scoped to a specific record (table + sys_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table the record belongs to, e.g. 'incident'. | |
| sys_id | No | sys_id of the record whose attachments to list. | |
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. |