Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/subscriptions
{ "subscriptions": [ { "id": "<string>", "options": {}, "sink": "<string>", "source": "<string>" } ] }
Returns a list of all registered subscriptions, optionally filtered by source or sink.
Filter by the exact specified sink.
Filter by the exact specified source.
List of subscriptions matching the filter criteria
List of all subscriptions.
Show child attributes
Was this page helpful?