Get ServiceNow attachment metadata
servicenow_get_attachmentRetrieve ServiceNow attachment metadata by sys_id to view file details like name, type, and size. Useful for verifying attachment contents without downloading.
Instructions
Read a single attachment's metadata by its sys_id.
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 record. |