Reconciliation
Get reconciliation
Get reconciliation status and match counts with the Java SDK.
GET
Get reconciliation
Use
blnk.reconciliation().get for this operation.
1
Call the method
2
Use the reconciliation details
Read
response.data() for status, matched and unmatched counts, and creation time. Poll this endpoint after starting a batch or instant run until status is completed.3
Response
200 OK
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
View reconciliation details
HTTP request and response schema.