v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Configuration

List field maps for a context

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

get/v1/contexts/{contextId}/field-maps

Path parameters

contextIdstring uuid required

Context ID

Context ID

Query parameters

limitinteger

Maximum number of records to return

Maximum number of records to return

cursorstring

Cursor for pagination (opaque)

Cursor for pagination (opaque)

Response

OK

hasMoreboolean required
limitinteger required
nextCursorstring
prevCursorstring

Example response

{
  "hasMore": true,
  "limit": 20,
  "nextCursor": "eyJpZCI6IjEyMyJ9",
  "prevCursor": "eyJpZCI6IjEyMiJ9"
}