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

# GET /recurrences/{recurrenceIdentity}

`GET /recurrences/{recurrenceIdentity}`

Gets the recurrence information for the specified recurrence ID.

## Path parameters

- `recurrenceIdentity` string, uuid, required

## Query parameters

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

## Response `200`

Successfully retrieved details of the specified pipeline.

- JobRecurrenceInformation — Recurrence job information for a specific recurrence.
  - `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.

---

[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)
