Download an admin job artifact.
GET
/api/admin/jobs/artifacts/{artifactId}/download
Code sample: Shell / cURL
curl --request GET \ --url 'https://auth.example.com/api/admin/jobs/artifacts/example/download?format=json' \ --header 'Authorization: Bearer <token>'Downloads the complete object-backed job artifact by public artifact id after sensitive-read authorization. The response is an attachment with no-store caching.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
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"}