Monitor PushTopic and Generic Event Usage with the REST API

Use the REST API limits resource to obtain usage information for Streaming API (API version 36.0 and earlier) and Durable Streaming API (API version 37.0 and later).

The usage information that the limits resource returns includes:

Limit LabelDescriptionAPI Version
DailyDurableGenericStreamingApiEventsGeneric events notifications delivered in the past 24 hours to all CometD clients for Durable Streaming37.0 and later
DailyDurableStreamingApiEventsPushTopic event notifications delivered in the past 24 hours to all CometD clients for Durable Streaming37.0 and later
DurableStreamingApiConcurrentClientsConcurrent CometD clients (subscribers) across all channels and for all event types for Durable Streaming37.0 and later
DailyGenericStreamingApiEventsGeneric events notifications delivered in the past 24 hours to all CometD clients36.0 and earlier
DailyStreamingApiEventsPushTopic event notifications delivered in the past 24 hours to all CometD clients36.0 and earlier
StreamingApiConcurrentClientsConcurrent CometD clients (subscribers) across all channels and for all event types36.0 and earlier

REST API Endpoint

1/vXX.X/limits/

For more information, see Limits and List Organization Limits in the REST API Developer Guide.