list_attachments
Retrieve attachments for any ServiceNow record by specifying the table and record ID.
Instructions
List attachments associated with a specific record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25) | |
| table | Yes | Table name (e.g. "incident") | |
| record_sys_id | Yes | sys_id of the record whose attachments to list |