Read interaction exceptions
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/interactions/exceptionsImplementedBearer token ·
READ_SERVICING_REPORTSReturns missed, unmatched, failed, or classification-required channel work.
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. |
| channel optional in query | string | Exact channel. |
| status optional in query | string | Repeat to include multiple states. |
| borrowerMatched optional in query | boolean | Filter by customer match. |
| caseLinked optional in query | boolean | Filter by case link. |
| queueCode optional in query | string | Exact queue. |
| assignedTo optional in query | string | Worker ID, me, or unassigned. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| createdFrom optional in query | string | Inclusive timestamp lower bound. |
| createdTo 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. |