---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs"
tags: ["Jobs"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs`

Lists all the jobs available under the given resource group.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required

## Query parameters

- `api-version` string, required
- `$skipToken` string

## Response `200`

List of jobs by resource group.

- JobResourceList — Job Resource Collection
  - `value` JobResource[] — List of job resources.
    - `location` string, required — The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
    - `tags` object — The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
    - `sku` Sku, required — The Sku.
      - `name` 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy', required — The sku name.
      - `displayName` string — The display name of the sku.
      - `family` string — The sku family.
  - `nextLink` string — Link for the next set of job resources.

## Other responses

- `default` — Error response describing reason for operation failure.

---

[API](https://skmtc.net/azure/apis/databoxmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/databoxmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/databoxmanagementclient/versions/a5a0c2b247e2/schema)
