v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBConfiguration
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
Example response
{
"hasMore": true,
"limit": 20,
"nextCursor": "eyJpZCI6IjEyMyJ9",
"prevCursor": "eyJpZCI6IjEyMiJ9"
}