---
title: "Retrieve a recurring time slot"
method: GET
path: "/participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slots/{id}"
tags: ["Schedules"]
---

# Retrieve a recurring time slot

`GET /participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slots/{id}`

Get detailed information about a specific recurring time slot

## Response `200`

Recurring time slot retrieved successfully

- ParticipantPoolScheduleRecurringTimeSlot — A recurring time slot for participant pool schedules
  - `id` string — Unique identifier for this recurring time slot
  - `dayOfWeek` integer, required — Day of week (0=Sunday, 1=Monday, ..., 6=Saturday)
  - `startTime` string, required — Start time in HH:MM format (24-hour)
  - `endTime` string, required — End time in HH:MM format (24-hour)
  - `kind` 'AVAILABLE' | 'UNAVAILABLE', required — Type of time slot for participant pool schedule
  - `timezone` string — Timezone for this time slot
  - `effectiveFrom` string, date — Date when this recurring pattern becomes effective
  - `effectiveUntil` string, date — Date when this recurring pattern expires (optional)
  - `isActive` boolean — Whether this recurring time slot is currently active
  - `createdAt` string, date-time — Timestamp when the recurring time slot was created
  - `updatedAt` string, date-time — Timestamp when the recurring time slot was last updated

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/versions/1570128383ef/schema)
