---
title: "Get group scheduler"
method: GET
path: "/group/{group_id}/scheduler"
tags: ["[v1] Group"]
---

# Get group scheduler

`GET /group/{group_id}/scheduler`

Get group scheduler.

## Response `200`

OK

- object[]
  - `event_id` union
    - string
    - integer
  - `group_id` union
    - string
    - integer
  - `start_time` string
  - `end_time` string
  - `day` string
  - `recurring` union
    - string
    - integer
  - `type` union
    - string
    - integer
  - `variant` union
    - string
    - integer

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/versions/c7e9d1f9cf61/schema)
