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

# List all jobs

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

Returns all jobs for SQL.

## Path parameters

- `OrgID` integer, required

## Query parameters

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

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in the 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)
