GET
/
api
/
traces
/
{id}
/
download
Download scrubbed trace JSON
curl --request GET \
  --url https://selltraces.com/api/traces/{id}/download \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Opaque machine token issued by the CLI login or onboarding flow.

Path Parameters

id
string<uuid>
required

Trace id owned by the authenticated user. UUID string.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Scrubbed trace JSON download.

JSON object delegated to the upstream provider.

{key}
any