# How to check details of version\_conflicts when wait\_for\_completion=false in update\_by\_query?

**URL:** https://discuss.elastic.co/t/how-to-check-details-of-version-conflicts-when-wait-for-completion-false-in-update-by-query/323110
**Category:** Elasticsearch
**Created:** [January 13, 2023, 9:40am UTC](https://discuss.elastic.co/t/how-to-check-details-of-version-conflicts-when-wait-for-completion-false-in-update-by-query/323110 "2023-01-13T09:40:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bkelastic](https://avatars.discourse-cdn.com/v4/letter/b/e9a140/32.png) [@bkelastic](https://discuss.elastic.co/u/bkelastic)
#### Post date: [January 13, 2023, 9:40am UTC](https://discuss.elastic.co/t/how-to-check-details-of-version-conflicts-when-wait-for-completion-false-in-update-by-query/323110/1 "2023-01-13T09:40:30Z")

</div>

After executing

```auto
_update_by_query?conflicts=proceed&wait_for_completion=false 

```

I want to check details so I call

```auto
GET _tasks?detailed=true&actions=*byquery

```

and I receive response with number of "version\_conflicts" : {number} per task.  
How can I get more details e.g. which documents these conflicts refer to?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 10, 2023, 9:40am UTC](https://discuss.elastic.co/t/how-to-check-details-of-version-conflicts-when-wait-for-completion-false-in-update-by-query/323110/2 "2023-02-10T09:40:52Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
