List case effects
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/cases/{caseId}/effectsImplementedBearer token ·
READ_SERVICING_CASELists workflow-created typed effects and redacted execution state; callers cannot create effects directly.
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. |
| caseId required in path | integer | Positive numeric case identifier. |
| status optional in query | string | Repeat to include multiple effect states. |
| effectType optional in query | string | Repeat to include multiple effect types. |
| triggerType optional in query | string | Exact trigger type. |
| 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. |
| cursor optional in query | string | Opaque newest-first pagination cursor. |