Read the compliance report
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/complianceImplementedBearer token ·
READ_SERVICING_REPORTSReturns bounded decision outcomes, hard stops, rules, regimes, channels, and proposed actions.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Opaque active LendEasy tenant-registry identifier. Supply exactly one instance; no alternate tenant selector is accepted. |
| outcome optional in query | string | Exact compliance outcome. |
| hardStop optional in query | boolean | Filter hard-stop decisions. |
| regime optional in query | string | Exact configured regime. |
| ruleCode optional in query | string | Exact rule code. |
| channel optional in query | string | Exact channel. |
| proposedAction optional in query | string | Exact proposed action. |
| evaluatedFrom optional in query | string | Inclusive timestamp lower bound. |
| evaluatedTo optional in query | string | Exclusive timestamp upper bound. |
| limit optional in query | integer | Maximum rows to return; defaults to 50. |
| offset optional in query | integer | Zero-based row offset; defaults to 0. |
| sort optional in query | string | Allowlisted sort field for this collection. |
| order optional in query | string | Sort direction. One of asc · desc. |