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
Example response
{
"workers": [
{
"runningTasks": [
{
"dagRunId": "latest",
"rootDagRunId": "latest",
"parentDagRunId": "latest"
}
]
}
]
}