---
title: "GET /field-mapping/mappings"
method: GET
path: "/field-mapping/mappings"
tags: ["FieldMapping"]
---

# GET /field-mapping/mappings

`GET /field-mapping/mappings`

Get field mappings for a connection

## Headers

- `x-revert-api-token` string, required
- `x-revert-t-id` string, required

## Response `200`

- GetFieldMappingsResponse
  - `tpId` string, required
  - `mappings` FieldMappingType[], required
    - `sourceFieldName` string, required
    - `targetFieldName` string, required
    - `object` string, required

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
