---
title: "List Lead Docket Mappings"
method: GET
path: "/lead-docket/mappings"
tags: ["Lead Docket"]
---

# List Lead Docket Mappings

`GET /lead-docket/mappings`

## Response `200`

Successful Response

- LeadDocketFieldMappingListResponse
  - `mappings` LeadDocketFieldMappingItem[]
    - `lead_docket_field_mapping_id` string, uuid, required
    - `ld_field_name` string, required
    - `source_type` 'lead_field' | 'constant', required
    - `source_key` string, required
    - `constant_value` string, nullable
    - `display_order` 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)
