Skip to content

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.

artifactId
required
string

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"
}