Skip to main content
GET
/
subscriptions
/
{subscription}
Get subscription
curl --request GET \
  --url https://api.example.com/subscriptions/{subscription}
{
  "id": "<string>",
  "options": {},
  "sink": "<string>",
  "source": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.restate.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

subscription
string
required

Subscription identifier

Response

Subscription details including source, sink, and options

Subscription details.

id
string
required
options
object
required
sink
string
required
source
string
required