Right now, /druid/indexer/v1/runningTasks just returns the task id, the created time, and the queue insertion time for the running tasks. It would be great if this endpoint (and pendingTasks, waitingTasks, and completeTasks) could also return the datasource and the task type. This would enable better organization and filtering of the results.
In addition, it would be great to get an endpoint for tasks filtered by datasource, so that we can quickly show all tasks for a specific datasource - something along the lines of /druid/indexer/v1/dataSources/$DATASOURCE/runningTasks, or some such.
Right now, /druid/indexer/v1/runningTasks just returns the task id, the created time, and the queue insertion time for the running tasks. It would be great if this endpoint (and pendingTasks, waitingTasks, and completeTasks) could also return the datasource and the task type. This would enable better organization and filtering of the results.
In addition, it would be great to get an endpoint for tasks filtered by datasource, so that we can quickly show all tasks for a specific datasource - something along the lines of /druid/indexer/v1/dataSources/$DATASOURCE/runningTasks, or some such.