---
title: "Bulk Interview Sessions for Multiple Applicants"
method: POST
path: "/v2/applicants/booked_slots"
tags: ["Applicants"]
---

# Bulk Interview Sessions for Multiple Applicants

`POST /v2/applicants/booked_slots`

Retrieve the interview sessions for all applicants

## Request body

- object
  - `ids` string[]
  - `funnel_id` string — Destination funnel's external id. If not provided, the applicant will stay in the current funnel.
  - `skip_automated_actions` boolean — Set `true` if you want to skip automated actions when advancing the applicant.

## Response `200`

No Content

- object[]
  - `applicant_id` string, required — Applicant UUID
  - `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.

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