list_attachments
Retrieve attachments for a ServiceNow record by providing its table and sys_id. Quickly list files linked to incidents, requests, or other records.
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 |