Skip to content

Download an admin job artifact chunk.

GET
/api/admin/jobs/artifacts/{artifactId}/chunks/{index}
Code sample: Shell / cURL
curl --request GET \
--url 'https://auth.example.com/api/admin/jobs/artifacts/example/chunks/1?format=json' \
--header 'Authorization: Bearer <token>'

Downloads a chunk from an object-backed job artifact by public artifact id and zero-based chunk index, with optional JSON or CSV format selection.

artifactId
required
string
index
required
integer
format
string
Allowed values: json csv

Job result artifact content. The format query controls JSON or CSV where available.

string format: binary
Example generated
binary

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

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