/
/HTTP API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Admin8
Gossip1
Info2
Projections22
Scavenge1
Stats3
Streams11
Subscriptions14
  • getGet information for all subscriptions
  • getReturns information about the subscriptions for a stream
  • getReads stream information via a persistent subscription
  • getRead a stream
  • putCreate a persistent subscription
  • postUpdate a persistant subscription
  • deleteDeletes a subscription
  • getReads a stream via a persistent subscription and return a specific number of events
  • postAcknowledge a single message
  • postAcknowledge multiple messages
  • postNegative acknowledge a single message
  • postNegative acknowledge multiple messages
  • postReplay any previously parked messages in a stream
  • postRestart subscriptions
Users9
    Subscriptions

    Returns information about the subscriptions for a stream

    Returns information about the subscriptions for a stream.

    get/subscriptions/{stream}

    Path parameters

    streamstring required

    The stream name.

    Response

    OK

    Changes