---
title: "List Organization Calendars"
method: GET
path: "/v1/organizations/calendars/list"
tags: ["Organizations"]
---

# List Organization Calendars

`GET /v1/organizations/calendars/list`

List all calendars belonging to the organization.

## Query parameters

- `pagination_cursor` string — Value of `next_cursor` from a previous request.
- `pagination_limit` number — The number of items to return. The server will enforce a maximum number.

## Response `200`

Successful response.

- object
  - `entries` object[], required
    - `id` string, required
    - `name` string, required
    - `slug` string, nullable, required
    - `avatar_url` string, nullable, required
    - `url` string, required
    - `description` string, nullable, required
    - `social_image_url` string, nullable, required
    - `cover_image_url` string, nullable, required
    - `is_personal` boolean, required
    - `location` object, nullable, required — City the calendar is based in (e.g. for city calendars). Null when the calendar isn't tied to a place.
      - `city` string, required — City name, e.g. 'New York'.
      - `region` string, nullable, required — State or province, e.g. 'New York' or 'California'.
      - `country` string, nullable, required — Country name, e.g. 'United States'. Null for cities in disputed territories where Google omits the country.
      - `country_code` string, nullable, required — ISO 3166-1 alpha-2 country code, e.g. 'US'.
      - `timezone` string, required — IANA timezone of the city, e.g. 'America/New_York'.
    - `coordinate` object, nullable, required — Latitude and longitude of the calendar's primary location (e.g. city calendars). Null when the calendar isn't tied to a place.
      - `longitude` number, required
      - `latitude` number, required
    - `instagram_handle` string, nullable, required
    - `twitter_handle` string, nullable, required
    - `youtube_handle` string, nullable, required
    - `website` string, nullable, required
  - `has_more` boolean, required
  - `next_cursor` string

---

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