List interactions
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/interactionsImplementedBearer token ·
READ_SERVICING_INTERACTIONLists permission-filtered interactions with focused channel, state, case, customer, keyword, and time filters.
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. |
| customerRef optional in query | string | Exact customer reference. |
| caseId optional in query | integer | Exact case ID. |
| channel optional in query | string | Repeat to include multiple channels. |
| status optional in query | string | Repeat to include multiple interaction states. |
| reasonCode optional in query | string | Exact reason code. |
| direction optional in query | string | Interaction direction. |
| interactionType optional in query | string | Interaction type. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| missedCall optional in query | boolean | Filter missed-call work. |
| recordingState optional in query | string | Exact recording state. |
| keyword optional in query | string | Focused 2-200 character interaction keyword. |
| 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. |