v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
system

List distributed workers

Retrieves information about distributed workers connected to the coordinator. Developer, manager, or admin only.

get/workers

Query parameters

remoteNodestring

name of the remote node

Response

A successful response

errorsstring[] required

List of errors encountered during the request

Example response

{
  "workers": [
    {
      "runningTasks": [
        {
          "dagRunId": "latest",
          "rootDagRunId": "latest",
          "parentDagRunId": "latest"
        }
      ]
    }
  ]
}