Get
/jobs/{Id}/status
Fetches the current status 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
ErrorCount
integer    
Count of errors encountered
Default0
Example0
401
Unauthorized
{
  "Error": "Unauthorized",
  "ErrorCode": "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
{
  "ErrorCode": "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
{
  "Error": "An unexpected error occurred while processing the job.",
  "ErrorCode": "INTERNAL_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