Skip to main content
Version: 8.9

Type Alias: JobWorkerStatisticsQueryResult

type JobWorkerStatisticsQueryResult = SearchQueryResponse & object;

Job worker statistics query result.

Type Declaration

items

items: JobWorkerStatisticsItem[];

The list of per-worker statistics items.

page

page: SearchQueryPageResponse;