Fetch Unmatched Settlements Report (By ID)

Fetches a previously created unmatched settlements report by report ID.

Path parameters

idstringRequiredformat: "uuid"
Report identifier.

Response

Report retrieved successfully.
idstringformat: "uuid"
Report identifier.
statusstring

Current report status (e.g. RUNNING, COMPLETED, FAILED).

generatedAtdatetime

Timestamp when the report was generated (when completed).

rowslist of maps from strings to any

Report rows (when completed).

downloadUrlstringformat: "uri"

Optional URL to download the report file (if provided).

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error