cURL
curl --request GET \ --url http://api.local.stratumn.com:3000/trace/{traceId}/file/{digest} \ --header 'Authorization: Bearer <token>'
Downloads a file from a given trace by id and digest
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the trace
The digest
The file downloaded from the given trace