---
title: "Get Vendor Options"
method: GET
path: "/vendors/options"
tags: ["vendors"]
---

# Get Vendor Options

`GET /vendors/options`

All active vendors with the minimal fields the intake vendor picker needs.

Unpaginated on purpose: the picker fuzzy-searches the full list client-side.
Kept separate from the paginated ``/all`` so the picker isn't truncated.
``entity_type`` scopes the list to the active view mode's relationships.

## Query parameters

- `entity_type` EntityType[], nullable

## Response `200`

Successful Response

- VendorOptionResponse[]
  - `company_id` string, uuid, required
  - `name` string, required
  - `company_website` string, required
  - `lifecycle_status` VendorOptionRiskSummary — Canonical-option fields a badge needs (inherent risk or lifecycle status).
    - `option_id` string, uuid, required
    - `label` string, required
    - `hex_color` string, nullable
    - `order_index` integer, nullable
  - `inherent_risk` VendorOptionRiskSummary — Canonical-option fields a badge needs (inherent risk or lifecycle status).
    - `option_id` string, uuid, required
    - `label` string, required
    - `hex_color` string, nullable
    - `order_index` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
