# Get a Merit Cycle by ID Returns a single Merit Cycle by ID Endpoint: GET /v1/compensationPlanning/meritCycles/{id} Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) The ID of the Merit Cycle ## Response 200 fields (application/json): - `id` (string, required) The ID of the Merit Cycle Example: "mc_12345678-1234-5678-9012-123456789012" - `name` (string, required) The name of the Merit Cycle Example: "H1 Merit Cycle" - `startDate` (string, required) The start date of the Merit Cycle Example: "2025-01-01T00:00:00.000Z" - `endDate` (string, required) The end date of the Merit Cycle Example: "2025-01-31T00:00:00.000Z" - `createdDate` (string, required) The date the Merit Cycle was created Example: "2024-06-17T18:55:43.000Z" - `status` (string, required) The status of the Merit Cycle Enum: "active", "inactive", "finalized"