# No handler found for uri for /\_search/scroll?

**URL:** https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695
**Category:** Elasticsearch
**Created:** [September 7, 2017, 9:04am UTC](https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695 "2017-09-07T09:04:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MarioZ](https://avatars.discourse-cdn.com/v4/letter/m/3be4f8/32.png) [@MarioZ](https://discuss.elastic.co/u/MarioZ)
#### Post date: [September 7, 2017, 9:04am UTC](https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695/1 "2017-09-07T09:04:44Z")

</div>

Hello,

I am a newbe. When I try to use the rest interface with scroll and scroll\_id, I receive this error:

HTTP protocol error 400 (Bad Request): No handler found for uri [/.../.../\_search/scroll?

My goal to archive is to use scroll\_id in the query parameters not in post body.

Any ideas or help for this error?

---

<div class="post-metadata">

### Author: ![vivek7mehta](https://avatars.discourse-cdn.com/v4/letter/v/51bf81/32.png) [@vivek7mehta](https://discuss.elastic.co/u/vivek7mehta)
#### Post date: [September 7, 2017, 10:42am UTC](https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695/2 "2017-09-07T10:42:35Z")

</div>

Not sure which query you have executed, but to get scroll id you need to provide scroll parameter with time value.  
e.g.  
GET index1/\_search?scroll=1m  
This will return search results with scroll id and scroll context will stay alive for 1 minute.  
This might be useful for scroll API:  
[https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html)  
Hope this helps!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [September 8, 2017, 7:22am UTC](https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695/3 "2017-09-08T07:22:17Z")

</div>

If you're having issues then it'll help us help you by providing the full request you are making along with any response or errors 🙂

---

<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: [October 6, 2017, 7:22am UTC](https://discuss.elastic.co/t/no-handler-found-for-uri-for--search-scroll/99695/4 "2017-10-06T07:22:32Z")

</div>

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