---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Scheduler/jobCollections"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Scheduler/jobCollections"
tags: ["JobCollections"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Scheduler/jobCollections

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Scheduler/jobCollections`

Gets all job collections under specified subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The job collections have been successfully returned.

- JobCollectionListResult
  - `value` JobCollectionDefinition[] — Gets the job collections.
    - `id` string — Gets the job collection resource identifier.
    - `type` string — Gets the job collection resource type.
    - `name` string — Gets or sets the job collection resource name.
    - `location` string — Gets or sets the storage account location.
    - `tags` object — Gets or sets the tags.
    - `properties` JobCollectionProperties
      - `sku` Sku
        - `name` 'Standard' | 'Free' | 'P10Premium' | 'P20Premium' — Gets or set the SKU.
      - `state` 'Enabled' | 'Disabled' | 'Suspended' | 'Deleted' — Gets or sets the state.
      - `quota` JobCollectionQuota
        - `maxJobCount` integer — Gets or set the maximum job count.
        - `maxJobOccurrence` integer — Gets or sets the maximum job occurrence.
        - `maxRecurrence` JobMaxRecurrence
          - `frequency` 'Minute' | 'Hour' | 'Day' | 'Week' | 'Month' — Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
          - `interval` integer — Gets or sets the interval between retries.
  - `nextLink` string — Gets or sets the URL to get the next set of job collections.

---

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