sndev.io / docs

attachments

List attachments on a record.

The attachments command lists all files attached to a record, showing filename, size, content type, and sys_id.
sn attachments <table> <sys_id>

List attachments on a record.

Arguments

NameRequiredDescription
tableYesThe table containing the record.
sys_idYessys_id of the record.

Examples

sn attachments incident abc123
Attachments on incident abc123:
screenshot.png 142 KB image/png def456
error.log 8 KB text/plain ghi789
2 attachments