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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
index
required
integer
Query Parameters
Section titled “Query Parameters ” format
string
Responses
Section titled “ Responses ”Job result artifact content. The format query controls JSON or CSV where available.
string format: binary
Example generated
binarystring format: 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"}