# Need help with getting task list on a particular node

**URL:** https://discuss.elastic.co/t/need-help-with-getting-task-list-on-a-particular-node/378096
**Category:** Elasticsearch
**Created:** [May 13, 2025, 6:24pm UTC](https://discuss.elastic.co/t/need-help-with-getting-task-list-on-a-particular-node/378096 "2025-05-13T18:24:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![linkerc](https://avatars.discourse-cdn.com/v4/letter/l/13edae/32.png) [@linkerc](https://discuss.elastic.co/u/linkerc)
#### Post date: [May 13, 2025, 6:24pm UTC](https://discuss.elastic.co/t/need-help-with-getting-task-list-on-a-particular-node/378096/1 "2025-05-13T18:24:57Z")

</div>

Sorry to post such simple request, but the new online documentation is really useless.  
The reference site to old doc is also useless because the searching feature is broken.

I need to list all the tasks on a particular data node.  
This command shows task list on the cluster with all the nodes:  
GET /\_cat/tasks/?v&detailed=true

I performed such command with parameter before so I know it exists.  
I really appreciated if somebody could help me with the actual parameter to use.  
The one I used before included the node's hostname (I believe).

Thanks in advance.

---

<div class="post-metadata">

### Author: ![linkerc](https://avatars.discourse-cdn.com/v4/letter/l/13edae/32.png) [@linkerc](https://discuss.elastic.co/u/linkerc)
#### Post date: [May 13, 2025, 6:25pm UTC](https://discuss.elastic.co/t/need-help-with-getting-task-list-on-a-particular-node/378096/2 "2025-05-13T18:25:58Z")

</div>

Never mind. I found it.

> **[Task management API | Elasticsearch Guide \[8.18\] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html#tasks-api-examples)**
