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

# List all jobs

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

Returns all jobs for VMware

## Path parameters

- `OrgID` integer, required

## Query parameters

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

## Response `200`

Success

- VMwareGetAllJobsInfoResponse — GetAllJobsInfoResponse is the response schema for GetAllJobsInfo
  - `jobs` VMwareJobResponse[] — List of all jobs run for VMware.
    - `endTime` string — The time when the job operation completes.
    - `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.
    - `jobID` integer — A unique identification number associated with the job.
    - `jobType` string — The type of job.
    - `organizationName` string — The name of the organization.
    - `startTime` string — The time when the job operation starts.
    - `status` string — Status of the job.
    - `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)
