Retrieves metadata of a completed job.
Wasabi access key for authenticating requests. A valid Wasabi User access key is required for API calls.
Wasabi secret key for authenticating requests. A valid Wasabi User secret key is required along with the access key.
The ID of the job.
Job metadata retrieved successfully
User who submitted the job (e.g., an ARN)
Destination bucket name
S3 region
Metadata file
Unauthorized
{
"Error": "Unauthorized",
"ErrorCode": "UNAUTHORIZED"
}Error message explaining what went wrong
Error code for troubleshooting
Job not found
{
"ErrorCode": "NOT_FOUND"
}Error message explaining what went wrong
Error code for troubleshooting
Internal Server Error
{
"Error": "An unexpected error occurred while processing the job.",
"ErrorCode": "INTERNAL_ERROR"
}Error message explaining what went wrong
Error code for troubleshooting