List action requests
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/action-requestsImplementedBearer token ·
READ_SERVICING_ACTION_REQUESTLists materialized action requests across cases with the caller-specific allowed actions on each item; sort accepts createdAt, lastUpdatedAt, status, or actionType.
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. |
| status optional in query | string | Repeat to include multiple action-request states. One of PREPARED · APPROVAL_REQUIRED · APPROVED · REJECTED · SUBMITTED · PENDING_EXTERNAL · MANUAL_EXECUTION_REQUIRED · COMPLETED · FAILED · CANCELLED. |
| actionType optional in query | string | Repeat to include multiple registered action codes. |
| caseId optional in query | integer | Restrict to one case. |
| 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. |