---
title: "Keep searching drivers for a journey"
method: POST
path: "/api/v4/journey/{id}/keep_searching"
tags: ["Journeys"]
---

# Keep searching drivers for a journey

`POST /api/v4/journey/{id}/keep_searching`

If there are no drivers available after having created a journey (meaning you receive a
 'not found' state via webhooks or via the GET journey/state endpoints), with this
 endpoint, you can continue searching for drivers for the same exact journey without the
  need of a new estimation.

The journey will enter again in the 'hire' state for another 5 minutes (this time cannot be changed).

## Path parameters

- `id` string, uuid, required

## Response `204`

Empty Response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
