---
title: "Get job metadata"
slug: "get-job-metadata-1"
updated: 2025-11-21T01:09:48Z
published: 2025-11-21T01:09:59Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get job metadata

Get/jobs/{Id}/metadata

Retrieves metadata of a completed job.

SecurityAPI Key: WasabiAuthHeader parameter namex-amz-access-key

Wasabi access key for authenticating requests. A valid Wasabi User access key is required for API calls.

API Key: WasabiSecretAuthHeader 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 parametersIdstringRequired

The ID of the job.

Responses200

Job metadata retrieved successfully

<select class='api-response-data' aria-label='Media type'><option value='458fa39d-33c6-474d-a077-91179f302f4f'>application/json</option>
</select>Expand Allobject  Idstring    Example12345
UserIdstring    

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

Example1000
Destinationobject  Bucketstring    

Destination bucket name

Exampleairstream-output-2
Regionstring    

S3 region

Exampleus-west-1
DestinationPathstring    

Metadata file

Examples3://metabucket/jobs/2025_04_29/7b6ba1dd-b4a2-42d2-8825-0f41c2355c4d/philtest_metadata.json

401

Unauthorized

<select class='api-response-data' aria-label='Media type'><option value='edf5e444-a5b2-4240-91ae-70839279865b'>application/json</option>
</select>

```json
{
  "Error": "Unauthorized",
  "ErrorCode": "UNAUTHORIZED"
}
```

object  Errorstring    

Error message explaining what went wrong

ExampleAn unexpected error occurred while processing the job.
ErrorCodestring    

Error code for troubleshooting

ExampleINTERNAL_ERROR

404

Job not found

<select class='api-response-data' aria-label='Media type'><option value='9444c7b3-73e2-4a6c-95e8-f222a4b07956'>application/json</option>
</select>

```json
{
  "ErrorCode": "NOT_FOUND"
}
```

object  Errorstring    

Error message explaining what went wrong

ExampleAn unexpected error occurred while processing the job.
ErrorCodestring    

Error code for troubleshooting

ExampleINTERNAL_ERROR

500

Internal Server Error

<select class='api-response-data' aria-label='Media type'><option value='9a1cda1e-5f84-4fed-97d0-338471c49de9'>application/json</option>
</select>

```json
{
  "Error": "An unexpected error occurred while processing the job.",
  "ErrorCode": "INTERNAL_ERROR"
}
```

object  Errorstring    

Error message explaining what went wrong

ExampleAn unexpected error occurred while processing the job.
ErrorCodestring    

Error code for troubleshooting

ExampleINTERNAL_ERROR
