Get
/jobs/{Id}/errors
Fetches the error of a job.
Security
API Key: WasabiAuth
Header parameter namex-amz-access-key
Wasabi access key for authenticating requests. A valid Wasabi User access key is required for API calls.
API Key: WasabiSecretAuth
Header parameter namex-amz-secret-key
Wasabi secret key for authenticating requests. A valid Wasabi User secret key is required along with the access key.
Path parameters
Id
stringRequired
Responses
200
Job status retrieved successfully
object
Id
string
Example12345
Status
string
Current status of the job
Valid values[
"submitted",
"preflight",
"in_progress",
"completed",
"failed",
"cancelled"
]
Examplein_progress
ErrorCode
string
Error code for troubleshooting
ExampleINTERNAL_ERROR
ErrorCount
integer
Error count
Default0
Example0
401
Unauthorized
object
Error
string
Error message explaining what went wrong
ExampleAn unexpected error occurred while processing the job.
ErrorCode
string
Error code for troubleshooting
ExampleINTERNAL_ERROR
404
Job not found
object
Error
string
Error message explaining what went wrong
ExampleAn unexpected error occurred while processing the job.
ErrorCode
string
Error code for troubleshooting
ExampleINTERNAL_ERROR
500
Internal Server Error
object
Error
string
Error message explaining what went wrong
ExampleAn unexpected error occurred while processing the job.
ErrorCode
string
Error code for troubleshooting
ExampleINTERNAL_ERROR