Read the workforce report
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/workforceImplementedBearer token ·
READ_SERVICING_REPORTSReturns bounded queue or worker aggregates and canonical drill-through links to base task and case collections.
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. |
| dimension optional in query | string | Aggregate dimension. One of QUEUE · WORKER. |
| queueCode optional in query | string | Exact queue code. |
| worker optional in query | string | Exact worker ID or code. |
| workerKind optional in query | string | Worker kind. |
| presenceState optional in query | string | Presence state. |
| channel optional in query | string | Available channel. |
| permittedTaskType optional in query | string | Eligible task type. |
| caseTypeCode optional in query | string | Owning case type. |
| staleAccepted optional in query | boolean | Filter stale accepted work. |
| 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. |