---
title: "List subscriptions"
method: GET
path: "/subscriptions"
tags: ["subscription"]
---

# List subscriptions

`GET /subscriptions`

Returns a list of all registered subscriptions, optionally filtered by source or sink.

## Query parameters

- `sink` string, nullable
- `source` string, nullable

## Response `200`

List of subscriptions matching the filter criteria

- ListSubscriptionsResponse — List of all subscriptions.
  - `subscriptions` SubscriptionResponse[], required
    - `id` string, required
    - `options` object, required
    - `sink` string, required
    - `source` string, required

## Changes

- **2026-01-30** `059a44500a5c` — 1 info
  - added 'propertyNames' constraint to the `subscriptions/items/options` response property for the status `200`

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/subscriptions/get.md)

---

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