---
title: "List all the geofences of the group"
method: GET
path: "/v1/groups/{id}/geofences"
---

# List all the geofences of the group

`GET /v1/groups/{id}/geofences`

## Path parameters

- `id` integer, required

## Query parameters

- `updated_after` string, date
- `per_page` integer
- `page_no` integer

## Response `200`

200

- object
  - `geofences` object[]
    - `geofence` object
      - `id` integer
      - `name` string
      - `category` string
      - `status` string
      - `address` unknown
      - `location_points` object[]
        - `lat` number
        - `lon` number
      - `description` string
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer

## 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)
