Read the AI-quality report
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/ai-qualityImplementedBearer token ·
READ_SERVICING_REPORTSReturns retained output, grounding, runtime, and human-review quality projections.
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. |
| workerCode optional in query | string | Exact registered worker code. |
| adapterCode optional in query | string | Exact adapter code. |
| outputType optional in query | string | Exact output type. |
| outputStatus optional in query | string | Exact output state. |
| runtimeVersion optional in query | string | Exact worker-reported runtime version. |
| reviewer optional in query | string | Reviewer ID or me. |
| reviewedFrom optional in query | string | Inclusive timestamp lower bound. |
| reviewedTo 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. |