---
title: "List Rejection Reasons"
method: GET
path: "/v2/rejection_reasons"
tags: ["transitions"]
---

# List Rejection Reasons

`GET /v2/rejection_reasons`

List or search all Rejection Reasons within your account.

## Query parameters

- `query` string

## Response `200`

OK

- object
  - `reasons` object[]
    - `id` number, required — Unique identifier for the reason
    - `external_id` string, required — Unique identifier for the reason
    - `content` string, required — The text of the reason
  - `pagination` Pagination
    - `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

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