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

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

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

Lists all the jobs available under the subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

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

## Response `200`

List of jobs available under the subscription.

- 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' | 'DataBoxCustomerDisk', required — The sku name.
      - `displayName` string — The display name of the sku.
      - `family` string — The sku family.
      - `model` 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy' | 'DataBoxCustomerDisk' | 'DataBoxV2x100' | 'DataBoxV2x500' — The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. DataBoxV2x100 and DataBoxV2x500 as of May/2024
    - `identity` ResourceIdentity — Msi identity details of the resource
      - `type` string — Identity type
      - `principalId` string — Service Principal Id backing the Msi
      - `tenantId` string — Home Tenant Id
      - `userAssignedIdentities` object — User Assigned Identities
  - `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/databox-microsoft-databox-databox.md) · [All operations](https://skmtc.net/azure/apis/databox-microsoft-databox-databox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/databox-microsoft-databox-databox/revisions/39263cdb4fab/schema)
