Callbacks
List subscriptions
ListSubscriptions
Returns list of subscriptions based on specified parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of records to return
Filter the result-set by properties using a subset of the Kibana Query Language.
This currently supports queries based on topic, e.g. topic:CMS_Events
The pagination token in the List request.
Response
200
application/json
OK
Subscription is used to define which events of the relevant topics should be sent to the callback URL. Limitations:
- This is only forward-looking, meaning that only events that occur after the subscription is created will be sent to the target.
- There may only be two (2) subscriptions per topic, unless the subscription filter specifies a specific
id
field ORdelete_after_use
is set to true. - Delivery is not guaranteed; message delivery will be retried when encountering a non-2xx response, but if there are multiple subscriptions for the same topic and one subscription successfully received the message, it will not be redelivered to the others.
The pagination token that should be used to get next subscription results. An empty value means no more results