Download profile archive

Downloads the profile in its stored format by default. Current profiles are returned as zstd-compressed tar archives, while legacy profiles remain JSON. Set `format=tar` to decompress current profiles during download; legacy profiles remain JSON.

GET/profiles/{id_or_name}/download

Downloads the profile in its stored format by default. Current profiles are returned as zstd-compressed tar archives, while legacy profiles remain JSON. Set format=tar to decompress current profiles during download; legacy profiles remain JSON.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Profile ID or name

Query Parameters

format?string

Response format for current profile archives. Legacy profiles are always returned as JSON.

Default"tar.zst"

Value in

  • "tar.zst"
  • "tar"

Response

application/octet-stream

Profile data in the requested format, or JSON for a legacy profile.

response?file
Formatbinary
curl -X GET "https://example.com/profiles/string/download"
"string"