List tasks
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/tasksImplementedBearer token ·
READ_SERVICING_TASKLists visible work using exact queue, state, case, assignment, due, sensitivity, and priority 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. |
| queueCode optional in query | string | Exact queue code. |
| status optional in query | string | Repeat to include multiple task states. |
| caseTypeCode optional in query | string | Exact owning case type. |
| priority optional in query | string | Repeat to include multiple priorities. |
| assignedTo optional in query | string | Worker ID, me, or unassigned. |
| overdue optional in query | boolean | Filter overdue work. |
| sensitive optional in query | boolean | Filter by sensitivity. |
| caseId optional in query | integer | Exact owning case ID. |
| dueFrom optional in query | string | Inclusive timestamp lower bound. |
| dueTo 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. |