Skip to main content
GET
/
trace
/
{traceId}
/
file
/
{digest}
Download a file
curl --request GET \
  --url http://api.local.stratumn.com:3000/trace/{traceId}/file/{digest} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

traceId
string
required

The UUID of the trace

digest
string
required

The digest

Response

200

The file downloaded from the given trace