Get an admin job artifact manifest.
GET
/api/admin/jobs/artifacts/{artifactId}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/jobs/artifacts/example \ --header 'Authorization: Bearer <token>'Returns the object catalog manifest for a public job artifact id after verifying tenant ownership and sensitive-read authorization.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
Responses
Section titled “ Responses ”Job result artifact manifest response.
Media type application/json
object
artifactId
required
string
jobId
required
string
jobType
required
string
status
required
string
defaultFormat
required
string
availableFormats
required
Array<string>
objectClass
required
string
createdAt
required
integer format: int64
objects
required
key
additional properties
Example
{ "status": "pending", "defaultFormat": "json", "availableFormats": [ "json" ], "objects": [ { "format": "json", "objectKind": "single" } ]}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"}