---
title: "Retrieves a timeslot"
method: GET
path: "/interviews/{interviewId}/timeslots/{timeslotId}"
tags: ["timeslots"]
---

# Retrieves a timeslot

`GET /interviews/{interviewId}/timeslots/{timeslotId}`

Supported only for interviews created via the Public API.

## Response `200`

Timeslot

- Timeslot
  - `id` string, guid
  - `interviewType` string
  - `title` string
  - `place` string
  - `startsOn` string, date-time, required
  - `endsOn` string, date-time, required
  - `interviewers` Interviewer[], required
    - `id` string, required
    - `status` 'accepted' | 'declined' | 'pending' | 'tentative', required
  - `candidateStatus` 'accepted' | 'declined' | 'pending' | 'tentative'
  - `noShow` boolean

## Other responses

- `403` — Forbidden to access a timeslot
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id * **TIMESLOT_NOT_FOUND** when no timeslot with given id
- `500` — Unexpected error

---

[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/versions/449bdc2516c9/schema)
