Operations
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.
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 a 200 OK status code and an upload object on success, or an error otherwise.