Get job metadata

Prev Next
Get
/jobs/{Id}/metadata

Retrieves metadata of a completed 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

The ID of the job.

Responses
200

Job metadata retrieved successfully

Expand All
object
Id
string
Example12345
UserId
string

User who submitted the job (e.g., an ARN)

Example1000
Destination
object
Bucket
string

Destination bucket name

Exampleairstream-output-2
Region
string

S3 region

Exampleus-west-1
DestinationPath
string

Metadata file

Examples3://metabucket/jobs/2025_04_29/7b6ba1dd-b4a2-42d2-8825-0f41c2355c4d/philtest_metadata.json
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 or not completed

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