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

# Retrieve a fixed time slot

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

Get detailed information about a specific fixed time slot

## Response `200`

Fixed time slot retrieved successfully

- ParticipantPoolScheduleFixedTimeSlot — A fixed one-time time slot for participant pool schedules
  - `id` string — Unique identifier for this fixed time slot
  - `date` string, date, required — Specific date for this time slot
  - `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
  - `reason` string — Optional reason for this fixed time slot (e.g., "Holiday", "Special Event")
  - `overridesRecurring` boolean — Whether this fixed slot overrides any conflicting recurring slots
  - `isActive` boolean — Whether this fixed time slot is currently active
  - `createdAt` string, date-time — Timestamp when the fixed time slot was created
  - `updatedAt` string, date-time — Timestamp when the fixed 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)
