Fields
Retrieve attachments
Retrieves all attachments associated with a specific field.
This endpoint is used to access uploaded files submitted by recipients during the signing process — specifically for fields of type attachment
. It returns metadata for each file, along with a temporary download link to the original upload.
Attachments are available only after the recipient has completed the field. This endpoint is only applicable to fields with a type
of attachment
; using it on other field types will return an empty array.
Parameters
The unique identifier of the field whose attachments you want to retrieve.
The unique identifier of the envelope that the field belongs to.