---
title: "Bulk Transition History for Multiple Applicants"
method: POST
path: "/v2/applicants/transitions"
tags: ["Applicants"]
---

# Bulk Transition History for Multiple Applicants

`POST /v2/applicants/transitions`

Retrieve the transition history for all applicants

## Request body

- object
  - `ids` string[]

## Response `200`

No Content

- object[]
  - `applicant_id` string, required — Applicant UUID
  - `transitions` object[], required
    - `stage_id` string, required — The Stage ID
    - `stage_title` string, required — The Stage Title
    - `created_at` string, date-time, required — Date the transition record was created.
    - `parent_stage_id` string, nullable, required — Parent Stage ID, if it exists.
    - `parent_stage_title` string, nullable, required — Parent Stage Title, if it exists.
    - `sub_stage_id` string, nullable, required — Sub Stage ID, if it exists.
    - `sub_stage_title` string, nullable, required — Sub Stage Title, if it exists.
    - `funnel_id` string, nullable — The Funnel ID
    - `user` object, nullable
      - `id` string — The user ID
      - `name` string — The user name
      - `email` string — The user email

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