Retrieve one reconciliation record

Returns a single reconciliation record by id, including its matches (matches_as_a,
matches_as_b), the records it is matched against (matched_records), the remaining
amount_to_be_reconciled, and whether it is exhausted. The embedding vector is omitted.
Non-admin callers only see records of their companies.

Note: the record is looked up with find_by (not find_by!), so an unknown record_id
does not return a 404 — the endpoint responds 200 with a null body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the reconciliation record.

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

Responses

401

Unauthorized

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json