---
title: "Wait geofence"
method: GET
path: "/shipping/tasks/wait_time/geofence/v1/{task_id}"
tags: ["/shipping/tasks"]
---

# Wait geofence

`GET /shipping/tasks/wait_time/geofence/v1/{task_id}`

Checks whether the assigned driver's available location is inside the task wait-time geofence. | authz_personas=[driver_for_executor, executor_org_operators] | () -> (TaskWaitTimeGeofenceRes)

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- TaskWaitTimeGeofenceRes
  - `in_geofence` boolean, required
  - `driver_location_available` boolean, required
  - `distance_miles` number, nullable, required
  - `geofence_distance_miles` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
