---
title: "Gets self schedule by id"
method: GET
path: "/self-schedules/{id}"
tags: ["self-schedules"]
---

# Gets self schedule by id

`GET /self-schedules/{id}`

Gets self schedule

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- PublicSelfSchedule
  - `id` string, uuid
  - `creationDate` string, date-time
  - `creatorId` string
  - `meetingHostId` string
  - `location` string
  - `locationType` string
  - `durationInMinutes` integer
  - `bufferTimeInMinutes` integer
  - `advanceTimeInMinutes` integer

## Other responses

- `401` — Unauthorized
- `404` — Self schedule not found or is already cancelled

---

[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)
