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}/downloadDownloads 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
Format
binarycurl -X GET "https://example.com/profiles/string/download""string"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}