Download a retained source file
GET/graph/sources/:requestId/files/:checksum
Downloads a retained source file by its checksum. File retention must be enabled for the client and the file must exist in the session wallet.
Files are stored with an expiration date based on the client's retention settings. Once expired, files will return a 404 response.
Request
Responses
- 200
- 400
- 403
- 404
- 410
File downloaded successfully
Missing or invalid session-id header, requestId, or checksum parameter
Session key verification failed, missing documents:read scope, or envelope access requires envelopes:read scope
File retention not enabled, source not found in session, checksum not in source inputs, or file has expired
File data is no longer available — encryption key has expired