-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Task ManagementIssues for anything around the Tasks API - both persistent and node level.Issues for anything around the Tasks API - both persistent and node level.feedback_needed
Description
Describe the feature:
It would be cool if GET /_tasks/<taskid> could support a list of task ids (i.e., comma separated or as a request body).
My use case here is to avoid using the detailed parameter together with the actions parameter, which may cause detailed information to be gathered for quite a few running tasks, which according to the docs can be expensive. So I'd like to target the detailed usage to just a specific subset of tasks. Rather than issuing a request per tasks, I'd like to issue a single request with a list of tasks.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Task ManagementIssues for anything around the Tasks API - both persistent and node level.Issues for anything around the Tasks API - both persistent and node level.feedback_needed