cURL
curl --request GET \ --url https://api.endclose.com/v1/reconciliations/{id} \ --header 'X-API-KEY: <api-key>'
{ "name": "<string>", "id": 123, "run_type": "continuous", "side_a_streams": [ { "key": "<string>", "name": "<string>", "id": 123, "description": "<string>", "type": "<string>" } ], "side_b_streams": [ { "key": "<string>", "name": "<string>", "id": 123, "description": "<string>", "type": "<string>" } ], "created_at": "2023-11-07T05:31:56Z" }
Reconciliation retrieved
Human readable name for the reconciliation
continuous
batch
Data streams on side A of the reconciliation
Show child attributes
Data streams on side B of the reconciliation