Skip to main content

Get Poll Data for All Task

Used to retrieve the poll data for all the tasks from the task queue.

Input Payload

AttributeDecsription
workerSizeIndicates the number of worker instances polling for all the tasks.
workerOptYou can filter the worker size based on the following parameters:
  • GT : Greater than
  • LT : Less than
queueSizeIndicates the total number of tasks waiting to be executed.
queueOptYou can filter the queue size based on the following parameters:
  • GT : Greater than
  • LT : Less than
lastPollTimeSizeIndicates the last polled time for all the tasks.
lastPollTimeOptYou can filter the last polled time based on the following parameters:
  • GT : Greater than
  • LT : Less than

API Endpoint

GET /tasks/queue/polldata/all