Download ServiceNow attachment
servicenow_download_attachmentFetch a ServiceNow attachment's bytes as base64 by its sys_id. Retrieves file content from an instance, rejecting files that exceed the size limit.
Instructions
Download an attachment's bytes, returned as base64. Large files are refused (see SN_MAX_RESULT_CHARS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. | |
| attachment_sys_id | Yes | The sys_id of the attachment to download. |