---
title: "List Entity Field Mappings"
method: GET
path: "/v2/entity-field-mappings"
tags: ["Entity Field Mapping API"]
---

# List Entity Field Mappings

`GET /v2/entity-field-mappings`

List the field mappings for an entity type, optionally narrowed to a single ingestion config's source.

## Query parameters

- `entityTypeId` string — The entity type whose field mappings to list (required).
- `ingestionConfigId` string — Optionally narrow to mappings drawn from a single ingestion config.

## Response `200`

Success

- SvstorePublicapiListEntityFieldMappingsResponse
  - `data` SvstoreEntityFieldMapping[] — The field mappings for the entity type.
    - `id` string
    - `ingestionConfigId` string — The ingestion config whose discovered source this mapping draws from.
    - `internalFieldId` string — The internal entity-type field that receives the value.
    - `externalFieldPath` string — Dot-notation path into the external record (e.g. "general.platform").
    - `priority` number, double — Precedence when multiple sources map to the same internal field (higher wins). Defaults to 1.0.
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `updatedAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
