---
title: "Get Interview Sessions"
method: GET
path: "/v2/applicants/{id}/booked_slots"
tags: ["Applicants"]
---

# Get Interview Sessions

`GET /v2/applicants/{id}/booked_slots`

Retrieves the interview sessions for an applicant

## Path parameters

- `id` string, required

## Response `200`

OK

- ApplicantBookeSlotResponse
  - `booked_slots` object[], required
    - `start_time` string, required — Interview start time.
    - `end_time` string, required — Interview end time.
    - `booked_time` string, required — Interview booked time.
    - `start_time_utc` string — Interview start time in UTC.
    - `end_time_utc` string — Interview end time in UTC.
    - `booked_time_utc` string — Interview booked time in UTC.
    - `location` string, required — Location of interview.
    - `recruiter` string, required — Name of the recruiter
    - `instructions` string, required — Instructions for the applicant.
    - `showed_up` string, nullable, required
    - `stage_title` string, required — Stage title.
    - `id` string, required — Booked slot ID.
  - `stage_landings` object[], required — Scheduler stages the applicant has landed on, with their current scheduling status.
    - `stage_id` string, required — External ID of the scheduler stage.
    - `stage_title` string, required — Title of the scheduler stage.
    - `status` 'Scheduled' | 'Cancelled' | 'Attended' | 'Not Attended' | 'Missing Attendance' | 'Not Scheduled', required — Current scheduling status for this stage.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
