---
title: "Fetch group locks"
method: GET
path: "/group_locks"
tags: ["Group locks"]
---

# Fetch group locks

`GET /group_locks`

## Query parameters

- `group_id` integer, required
- `ids` string
- `lock_id` integer
- `query` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the group lock
  - `resource_type` 'GroupLock', required — The resource type of the group lock
  - `created_at` string, date-time, required — When the group lock was created
  - `updated_at` string, date-time, required — When the group lock was updated
  - `group_id` integer, required — The group ID of the group lock
  - `group` object, required — The group of the group lock
    - `id` integer, required — The ID of the group
    - `resource_type` 'Group', required — The resource type of the group
    - `name` string, required — The name of the group
  - `lock_id` integer, required — The lock ID of the group lock
  - `lock` object, required — The lock of the group lock
    - `id` integer, required — The ID of the lock
    - `description` string, nullable, required — The description of the lock
    - `name` string, required — The name of the lock
  - `place_id` integer, required — The place ID of the group lock
  - `place` object, required — The place of the group lock
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
