---
title: "Get Transition History"
method: GET
path: "/v2/applicants/{id}/transitions"
tags: ["Applicants"]
---

# Get Transition History

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

Retrieve the transition history for an applicant

## Path parameters

- `id` string, required

## Query parameters

- `page` number

## Response `200`

OK

- ApplicantTransitionHistoryResponse
  - `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.
    - `transitioned_by` string, nullable, required — Sub Stage Title, if it exists.
    - `user` string, nullable, required — User who performed the transition.
    - `funnel_id` string, nullable — The Funnel ID
  - `pagination` PaginationWithCursor, required
    - `first` integer — The first available page
    - `last` integer — The last available page
    - `previous` integer, nullable — The previous page
    - `current` integer — The current page
    - `next` integer, nullable — The next available page
    - `current_cursor` string — Cursor value for the current page
    - `next_cursor` string — Cursor value for the next page

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