---
title: "List Connections"
method: GET
path: "/calendar/connections"
tags: ["calendar"]
---

# List Connections

`GET /calendar/connections`

List the user's connected Google Calendar accounts.

## Response `200`

Successful Response

- CalendarConnectionsResponse
  - `connections` CalendarConnectionInfo[], required
    - `id` string, required
    - `email` string, required
    - `selected_calendars` object, required
    - `connected_at` string, required
    - `disabled_at` string, nullable
    - `disabled_reason` string, nullable

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
