Uploads
Retrieve an upload
Retrieve the metadata for an existing upload by its ID.
GET
Retrieve the metadata for an existing upload. The response includes the file format, size, SHA-256 hash, retention type, and creation time.Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns upload metadata only. You cannot download the file content through the API.
The Retrieve Upload endpoint replaces the Get File endpoint. The File resource is soft-deprecated but remains available for backward compatibility.
Path Parameters
The unique identifier of the upload.
Returns
Returns a200 OK status code and an upload object on success, or an error otherwise.