---
title: "Get subscription"
method: GET
path: "/subscriptions/{subscription}"
tags: ["subscription"]
---

# Get subscription

`GET /subscriptions/{subscription}`

Returns the details of a specific subscription, including its source, sink, and configuration options.

## Path parameters

- `subscription` string, required

## Response `200`

Subscription details including source, sink, and options

- SubscriptionResponse — Subscription details.
  - `id` string, required
  - `options` object, required
  - `sink` string, required
  - `source` string, required

## Other responses

- `400` — Bad request
- `404` — Not found
- `405` — Method not allowed
- `409` — Conflict
- `500` — Internal server error

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-01-30** `059a44500a5c` — 4 info
  - added the non-success response with the status `405`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `503`
  - added 'propertyNames' constraint to the `options` response property for the status `200`

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/subscriptions/:subscription/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)
