---
title: "Fetch a Geofence information using its ID"
method: GET
path: "/v1/geofences/{id}"
---

# Fetch a Geofence information using its ID

`GET /v1/geofences/{id}`

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `geofence` object
    - `id` integer
    - `name` string
    - `category` string
    - `status` string
    - `description` string
    - `address` string
    - `location_points` object[]
      - `lat` number
      - `lon` number

## Other responses

- `404` — 404

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
