list_attachments
Retrieve file attachments linked to a ServiceNow record by specifying the table name and record identifier. Use this tool to access and manage associated documents.
Instructions
List attachments associated with a specific record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (e.g. "incident") | |
| record_sys_id | Yes | sys_id of the record whose attachments to list | |
| limit | No | Max records to return (default 25) |