Skip to main content
GET
/
trace
/
{traceId}
/
files
Download files
curl --request GET \
  --url http://api.local.stratumn.com:3000/trace/{traceId}/files \
  --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

Query Parameters

digests
string[]
required

The list of digests of the files to download. All the files need to be in the trace

Response

200

The zip archive containing the files