---
title: "Get a rejection reason option"
method: GET
path: "/v1/rejection_reason_options/{rejection_reason_option_id}"
tags: ["Rejection reason options"]
---

# Get a rejection reason option

`GET /v1/rejection_reason_options/{rejection_reason_option_id}`

Fetch a single line item rejection reason option by id for the requesting organization.

Unlike the list endpoint, this point lookup returns soft-deleted options as well, so that
integrations can resolve historical `rejection_reason_option_id` values already stored on
line items even after the option has been deleted.

## Path parameters

- `rejection_reason_option_id` string, required

## Response `200`

OK

- RejectionReasonOptionResponse
  - `rejection_reason_option` RejectionReasonOptionExternalSchema, required
    - `id` string, required — Opaque identifier for this rejection reason option.
    - `label` string, required — Display text for this reason.

---

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