list_attachments
Retrieve attachments linked to any ServiceNow record by specifying the table and record sys_id. Get a list of attached files with optional limit.
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 |