---
title: "Get self-schedule slots for application"
method: GET
path: "/self-schedules/{id}/application/{applicationUuid}/slots"
tags: ["self-schedules"]
---

# Get self-schedule slots for application

`GET /self-schedules/{id}/application/{applicationUuid}/slots`

Returns available self-schedule slots for application

## Path parameters

- `id` string, uuid, required
- `applicationUuid` string, uuid, required

## Response `200`

List of available slots for given self-schedule

- PublicSelfScheduleSlot[]
  - `startsAt` string, date-time
  - `endsAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Unknown id

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
