list_attachments
Retrieve attachments linked to a record by specifying the table and record sys_id. Optionally set a limit on results.
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) |