---
title: "Get Trigger Config Options"
method: GET
path: "/custom_field_triggers/config-options"
tags: ["custom_field_triggers"]
---

# Get Trigger Config Options

`GET /custom_field_triggers/config-options`

Everything the creation form needs, grouped by entity and constrained so
the UI can only offer valid choices. Only the Vendor entity is returned today
(its lifecycle-status field is all Layer A audits); this widens as Layer A
audits more entities/fields.

## Response `200`

Successful Response

- TriggerConfigOptions
  - `entities` TriggerEntityConfig[]
    - `entity_type` 'VENDOR' | 'CANONICAL' | 'SERVICE' | 'ISSUE' | 'DISCLOSURE' | 'CONTRACT' | 'CONTACT', required
    - `entity_label` string, required
    - `source_fields` TriggerSourceFieldInfo[]
      - `custom_field_id` string, uuid, required
      - `name` string, required
      - `options` TriggerOptionInfo[]
        - `option_id` string, uuid, required
        - `label` string, required
    - `target_fields` TriggerTargetFieldInfo[]
      - `custom_field_id` string, uuid, required
      - `name` string, required
      - `definition_type` 'DROPDOWN' | 'FREE_TEXT' | 'MULTISELECT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'USER' | 'MULTI_USER', required

---

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