---
title: "GET /recurrences"
method: GET
path: "/recurrences"
tags: ["Recurrence"]
---

# GET /recurrences

`GET /recurrences`

Lists all recurrences.

## Query parameters

- `startDateTime` string, date-time
- `endDateTime` string, date-time
- `api-version` string, required

## Response `200`

Successfully retrieved the list of recurrences.

- JobRecurrenceInformationListResult — List of job recurrence information items.
  - `value` JobRecurrenceInformation[] — The list of job recurrence information items.
    - `recurrenceId` string, uuid — The recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.
    - `recurrenceName` string — The recurrence name, user friendly name for the correlation between jobs.
    - `numJobsFailed` integer — The number of jobs in this recurrence that have failed.
    - `numJobsCanceled` integer — The number of jobs in this recurrence that have been canceled.
    - `numJobsSucceeded` integer — The number of jobs in this recurrence that have succeeded.
    - `auHoursFailed` number, double — The number of job execution hours that resulted in failed jobs.
    - `auHoursCanceled` number, double — The number of job execution hours that resulted in canceled jobs.
    - `auHoursSucceeded` number, double — The number of job execution hours that resulted in successful jobs.
    - `lastSubmitTime` string, date-time — The last time a job in this recurrence was submitted.
  - `nextLink` string — The link (url) to the next page of results.

---

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