---
title: "List reconciliation sources"
method: GET
path: "/v1/contexts/{contextId}/sources"
tags: ["Configuration Sources"]
---

# List reconciliation sources

`GET /v1/contexts/{contextId}/sources`

Use this endpoint to retrieve all reconciliation sources under a specific context. You can filter the results by source type. The response uses cursor-based pagination.

## Path parameters

- `contextId` string, required

## Query parameters

- `limit` integer
- `cursor` string
- `type` 'LEDGER' | 'BANK' | 'GATEWAY' | 'CUSTOM'

## Headers

- `X-Request-Id` string

## Response `200`

List of sources with cursor pagination

- ListSourcesResponse — Cursor-paginated list of reconciliation sources
  - `hasMore` boolean
  - `items` SourceWithFieldMapStatusResponse[] — List of reconciliation sources with field map status
    - `id` string — Unique identifier for the source
    - `contextId` string — Context ID this source belongs to
    - `name` string — Name of the source
    - `type` 'LEDGER' | 'BANK' | 'GATEWAY' | 'CUSTOM' — Type of the source
    - `config` object — Source configuration
    - `hasFieldMaps` boolean — Indicates if field maps are configured for this source
    - `createdAt` string — Creation timestamp in RFC3339 format
    - `updatedAt` string — Last update timestamp in RFC3339 format
  - `limit` integer
  - `nextCursor` string
  - `prevCursor` string

## Other responses

- `400` — Invalid query parameters
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Context not found
- `500` — An unexpected error occurred on the server.

---

[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)
