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

# Get a reconciliation source

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

Use this endpoint to retrieve the details of a specific reconciliation source by its identifier.

## Path parameters

- `contextId` string, required
- `sourceId` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Successfully retrieved source

- ReconciliationSourceResponse
  - `id` string
  - `contextId` string
  - `name` string
  - `type` 'LEDGER' | 'BANK' | 'GATEWAY' | 'CUSTOM' | 'FETCHER' — Category of data source for reconciliation
  - `side` 'LEFT' | 'RIGHT' — Side of the reconciliation this source feeds
  - `config` object
  - `createdAt` string
  - `updatedAt` string

## Other responses

- `400` — Invalid source ID
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Source 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)
