---
title: "List Custom Trigger Mappings"
method: GET
path: "/developer/custom-triggers/mappings"
tags: ["Developer", "Developer - Custom Triggers"]
---

# List Custom Trigger Mappings

`GET /developer/custom-triggers/mappings`

List the customer's payload→lead mappings in evaluation order.

Read-only, same reasoning as sources: a mapping is what decides whether a
real person gets called, and it's edited deliberately in SQL or a script
rather than in a browser tab. Surfacing it here is how an operator confirms
which mapping an event matched.

## Response `200`

Successful Response

- CustomTriggerMappingListResponse
  - `mappings` CustomTriggerMappingItem[], required
    - `custom_trigger_mapping_id` string, uuid, required
    - `name` string, required
    - `custom_trigger_source_id` string, uuid, nullable
    - `source_name` string, nullable
    - `match_conditions` object, nullable
    - `correlation_path` string, nullable
    - `correlation_window_minutes` integer, nullable
    - `field_map` object, nullable
    - `trigger_metadata_map` object, nullable
    - `fire_conditions` object, nullable
    - `is_active` boolean, required
    - `priority` integer, required

---

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