---
title: "List field maps for a context"
method: GET
path: "/v1/contexts/{contextId}/field-maps"
tags: ["Configuration"]
---

# List field maps for a context

`GET /v1/contexts/{contextId}/field-maps`

Returns a cursor-paginated list of every field map under a context, replacing per-source probing.

## Path parameters

- `contextId` string, uuid, required — Context ID

## Query parameters

- `limit` integer — Maximum number of records to return
- `cursor` string — Cursor for pagination (opaque)

## Response `200`

OK

- ListContextFieldMapsResponse
  - `hasMore` boolean, required
  - `items` FieldMapResponse[], nullable, required
    - `contextId` string
    - `createdAt` string
    - `id` string
    - `mapping` object
    - `sourceId` string
    - `updatedAt` string
    - `version` integer
  - `limit` integer, required
  - `nextCursor` string
  - `prevCursor` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
