---
title: "List source calendars"
method: GET
path: "/agency/source/{id}/calendars"
tags: ["Source"]
---

# List source calendars

`GET /agency/source/{id}/calendars`

Lists all calendars attached to a source.

This will return both manually added calendars and calendars from the external CRM.

## Path parameters

- `id` string, required

## Response `200`

Success

- SourceCalendarDto[]
  - `name` string, nullable
  - `id` string, nullable

---

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