---
title: "List all backup jobs"
method: GET
path: "/vmware/v1/orgs/{OrgID}/reports/jobs/backups"
tags: ["VMware"]
---

# List all backup jobs

`GET /vmware/v1/orgs/{OrgID}/reports/jobs/backups`

Returns all backup jobs for VMware

## Path parameters

- `OrgID` integer, required

## Query parameters

- `status` string
- `vmName` string
- `pageToken` string
- `fromTime` string, date-time
- `toTime` string, date-time
- `sortOrder` string

## Response `200`

Success

- VMwareGetAllBackupJobsInfoResponse — GetAllBackupJobsInfoResponse is the response schema for GetAllBackupJobsInfo
  - `jobs` VMwareGetBackupJobsReport[] — List of all backup jobs for VMware.
    - `backupPolicyID` integer — The ID of your backup policy.
    - `backupPolicyName` string — The name of the backup policy
    - `backupProxyName` string — The name of Backup Proxy.
    - `backupsetID` integer — The ID of your backup set.
    - `cbtStatus` string — Status of VMware CBT
    - `dataTransfer` VMwareDataTransferStruct — DataTransferStruct struct holds the response for GetBackupJobsReport api
      - `backupDuration` string — Specifies the total time taken to upload data to the Cloud and CloudCache. Backup duration excludes the estimation time, network retry time, and the waiting for retry time.
      - `backupDurationInSeconds` integer — Specifies the total time taken in seconds to upload data to the Cloud and CloudCache. Backup duration excludes the estimation time, network retry time, and the waiting for retry time.
      - `backupSpeed` string — Specifies the rate at which the source data is backed up to the Cloud.
      - `backupSpeedInKBps` number, double — Specifies the rate in Kilobytes per second at which the source data is backed up to the Cloud.
      - `bandwidthConsumed` string — Specifies the bit rate to transfer data from the Cloud and CloudCache.
      - `bandwidthConsumedInKBps` number, double — Specifies the bit rate in Kilobytes per second to transfer data from the Cloud and CloudCache.
      - `dataTransferCache` string — Specifies the incremental data that is uploaded to CloudCache after deduplication and compression.
      - `dataTransferCacheInBytes` integer — Specifies the incremental data in bytes that is uploaded to CloudCache after deduplication and compression.
      - `dataTransferCloud` string — Specifies the incremental data that is uploaded to the Cloud after deduplication and compression.
      - `dataTransferCloudInBytes` integer — Specifies the incremental data in bytes that is uploaded to the Cloud after deduplication and compression.
    - `environmentDetails` VMwareEnvironmentStruct — EnvironmentStruct struct holds the response for GetBackupJobsReport api
      - `diskReadRate` string — Specifies the bit rate for reading I/O by the agent. The Disk Read Rate is an average of the total data read with respect to the total time taken to read data at various intervals for all drives where data is distributed.
      - `diskReadRateInKBps` number, double — Specifies the bit rate in Kilobytes per second for reading I/O by the agent. The Disk Read Rate is an average of the total data read with respect to the total time taken to read data at various intervals for all drives where data is distributed.
      - `networkRetries` integer — Number of network retries during the job.
      - `networkRetryDuration` string — Specifies the total time spent in the network retries. It represents the cumulative of all network session duration.
      - `networkRetryDurationInSeconds` integer — Specifies the total time spent in seconds in the network retries. It represents the cumulative of all network session duration.
    - `estimationDetails` VMwareEstimationDetailsStruct — EstimationDetailsStruct struct holds the response for GetBackupJobsReport api
      - `dataScanned` integer — Data scanned during the job.
      - `disksAdded` integer — Number of VM Disks added at source during the job.
      - `disksModified` integer — Number of VM Disks changed at source during the job.
      - `disksRemoved` integer — Number of VM Disks removed at source during the job.
      - `sourceDataScanned` string — Specifies the data scanned in at the source in order to backup.
      - `sourceDataScannedInBytes` integer — Specifies the data scanned in bytes at the source in order to backup.
    - `executionDetails` VMwareExecutionDetailsStruct — ExecutionDetailsStruct struct holds the response for GetBackupJobsReport api
      - `endTime` string — The time when the job operation ends.
      - `errorCode` string — Specifies the error code for the failed jobs. The possible values are: \"0\": If the job is successful <error_number>: If the job has failed
      - `errorMessage` string — Specifies the error message for the failed jobs. This field is empty if the job is successful.
      - `startTime` string — The time when the job operation starts.
      - `status` string — Status of the job.
    - `jobID` integer — A unique identification number associated with the job.
    - `jobType` string — The type of job.
    - `msSqlBackupDetails` VMwareMSSqlBackupDetails — MSSqlBackupDetails struct holds the response for GetBackupJobsReport api
      - `appAwareBackupType` string — Specifies the type of the SQL backup. The possible values are Full Backup and Transaction Log Backup.
      - `dbInstanceNames` string[] — Specifies the names of the SQL instances, which are present in the virtual machine and backed up during the full backup.
    - `organizationID` integer — The ID of your organization.
    - `organizationName` string — The name of the organization.
    - `vmName` string — The name of VM.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
