Retrieves a paginated list of jobs, optionally filtered by criteria such as batch, name, or status, and sorted by created or completed date.
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 page number to retrieve (default is 1).
The number of jobs to return per page (default is 25).
Filters jobs by the batch identifier.
Filters jobs by status.
Filters jobs by the name identifier.
Sorts the results by the specified field.
Specifies the sort direction: ascending (Asc
) or descending (Desc
). Default is Asc
.
Job details retrieved successfully
Unique ID for the job
Name of the job
S3 endpoint URL
Source bucket name
S3 region
Object key or path to the file
Storage provider, e.g., wasabi, OBS, IBM
User who submitted the job (e.g., an ARN)
Timestamp when the job was created
Timestamp when the job was completed
Job priority (1-10). example: 5
Optional batch identifier for grouping jobs
Current status of the job
Destination bucket name
S3 region
Total number of jobs available.
Current page number.
Number of jobs per page.
Unauthorized
Error message explaining what went wrong
Error code for troubleshooting
Invalid request (e.g., invalid filter criteria).
Error message explaining what went wrong
Error code for troubleshooting
Internal Server Error
Error message explaining what went wrong
Error code for troubleshooting