Download a materialized export artifact.
GET
/api/user/data-export/artifacts/{artifactId}/download
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/user/data-export/artifacts/example/download \ --header 'Authorization: Bearer <token>'Downloads a materialized data export artifact owned by the authenticated user as JSON or CSV.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
Responses
Section titled “ Responses ”Artifact file download. Returns application/json or text/csv depending on the requested format.
Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}