---
title: "Get a Merit Cycle by ID"
method: GET
path: "/v1/compensationPlanning/meritCycles/{id}"
tags: ["Merit Cycle API"]
---

# Get a Merit Cycle by ID

`GET /v1/compensationPlanning/meritCycles/{id}`

Returns a single Merit Cycle by ID

## Path parameters

- `id` string, required

## Response `200`

Returns a Merit Cycle on success

- MeritCycleResponseDto
  - `id` string, required — The ID of the Merit Cycle
  - `name` string, required — The name of the Merit Cycle
  - `startDate` string, date-time, required — The start date of the Merit Cycle
  - `endDate` string, date-time, required — The end date of the Merit Cycle
  - `createdDate` string, date-time, required — The date the Merit Cycle was created
  - `status` 'active' | 'inactive' | 'finalized', required — The status of the Merit Cycle

---

[API](https://skmtc.net/pave/apis/pave-external-api.md) · [All operations](https://skmtc.net/pave/apis/pave-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pave/pave-external-api/versions/5d166af16578/schema)
