---
title: "List the iCal subscriptions of this project"
method: GET
path: "/rest/api/v1/projects/{projectId}/calendarSubscriptions"
tags: ["News API"]
---

# List the iCal subscriptions of this project

`GET /rest/api/v1/projects/{projectId}/calendarSubscriptions`

A subscription belongs to the project, so everyone with access to it sees the same list. The token itself is never returned again, a lost URL has to be revoked and recreated.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- CalendarSubscriptionDTO[]
  - `alias` string
  - `createdAt` string, date-time
  - `currencies` string[]
  - `customerEmail` string — Who created the subscription. A subscription belongs to the project, this is only the audit trail
  - `id` string
  - `includeHolidays` boolean
  - `lastUsedAt` string, date-time
  - `minImpact` 'HOLIDAY' | 'LOW' | 'MEDIUM' | 'HIGH'
  - `projectId` string, uuid
  - `requestCount` integer
  - `url` string — The feed URL including the token. Returned once, at creation, and never again

## Changes

- **2026-08-30** `69d2d39c695e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metacopier/apis/metacopier-api/changes/rest/api/v1/projects/:projectId/calendarSubscriptions/get.md)

---

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