コンテンツにスキップ

Read a materialized export artifact chunk.

GET
/api/user/data-export/artifacts/{artifactId}/chunks/{index}
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/user/data-export/artifacts/example/chunks/example \
--header 'Authorization: Bearer <token>'

Returns a single chunk from a materialized data export artifact owned by the authenticated user.

artifactId
required
string
index
required
string

Successful JSON response.

Media type application/json
object
artifactId
string
index
integer
data
nextChunk
string
key
additional properties
Example
{
"artifactId": "artifact_123",
"index": 0,
"data": {
"profile": {
"sub": "user_123"
}
}
}

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