---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules"
tags: ["JobSchedule"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules`

Retrieve a list of job schedules.

## Query parameters

- `$filter` string

## Parameters

- `../../common/v1/definitions.json#/components/parameters/ResourceGroupNameParameter` — unresolved $ref
- `../../common/v1/definitions.json#/components/parameters/AutomationAccountNameParameter` — unresolved $ref
- `../../common/v1/definitions.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `../../common/v1/definitions.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Response `200`

OK

- JobScheduleListResult — The response model for the list job schedule operation.
  - `value` JobSchedule[] — Gets or sets a list of job schedules.
    - `id` string — Gets the id of the resource.
    - `name` string — Gets the name of the variable.
    - `type` string — Resource type
    - `properties` JobScheduleProperties — Definition of job schedule parameters.
      - `jobScheduleId` string — Gets or sets the id of job schedule.
      - `schedule` ScheduleAssociationProperty — The schedule property associated with the entity.
        - `name` string — Gets or sets the name of the Schedule.
      - `runbook` RunbookAssociationProperty — The runbook property associated with the entity.
        - `name` string — Gets or sets the name of the runbook.
      - `runOn` string — Gets or sets the hybrid worker group that the scheduled job should run on.
      - `parameters` object — Gets or sets the parameters of the job schedule.
  - `nextLink` string — Gets or sets the next link.

## Other responses

- `default` — Automation error response describing why the operation failed.

---

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