Skip to main content
Version: 4.2.0

List all outstanding work items

GET 

https://localhost:8900/work/list

All work items that are initiated but not done are listed via this endpoint.

Responses​

The list of all outstanding work items

Schema

  • Array [

  • task

    object

    task_id string
    task_name string

    data

    object

    property name* any

    attrs

    object

    property name* any
    worker string
    retry_counter integer
    deadline string
  • ]

curl -L 'https://localhost:8900/work/list' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://localhost:8900