---
title: "Console Geofence Search API"
method: GET
path: "/geofence/console/search"
tags: ["Geofence"]
---

# Console Geofence Search API

`GET /geofence/console/search`

## Query parameters

- `query` string, key1=value&key, required

## Response `200`

- object
  - `status` string, required — A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages are returned for different errors. See the [API Error Codes](#api-error-codes) section below for more information.
  - `data` object, required
    - `result` object[], required
      - `id` string, required — ID of goefence. Could be empty string.
      - `name` string, required — Name of goefence. Could be empty string.

---

[API](https://skmtc.net/nextbillion-ai/apis/one-spec-service.md) · [All operations](https://skmtc.net/nextbillion-ai/apis/one-spec-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextbillion-ai/one-spec-service/versions/b647f1808dda/schema)
