---
title: "Get a job recurrence"
method: GET
path: "/v1/jobRecurrences/{recurrenceId}"
tags: ["JobRecurrences"]
---

# Get a job recurrence

`GET /v1/jobRecurrences/{recurrenceId}`

Retrieve the details of a single recurrence series (required scope jobs:read)

## Path parameters

- `recurrenceId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadJobRecurrenceModel — Represents a model for reading a job recurrence series
  - `id` integer — The unique identifier of the recurrence series
  - `patternName` string — The name of the recurrence pattern
  - `cronExpression` string, nullable — The cron expression describing the recurrence schedule (reserved for future POST/PUT support)
  - `startDateAt` string, date-time — The UTC date and time the recurrence series starts
  - `endDateAt` string, date-time, nullable — The UTC date and time the recurrence series ends
  - `createdAt` string, date-time — The UTC timestamp of when this recurrence series was created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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