List case documents
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/cases/{caseId}/documentsImplementedBearer token ·
READ_SERVICING_DOCUMENTLists case-linked document projections, including restricted metadata for sensitive items and active review 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. |
| caseId required in path | integer | Positive numeric case identifier. |
| reviewStatus optional in query | string | Exact review state. |
| documentType optional in query | string | Exact document type. |
| origin optional in query | string | Exact intake origin. |
| scanStatus optional in query | string | Exact scan state. |
| 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. |