मुख्य सामग्री पर जाएं

Enabled Stream Count – Streams REST API

को अपडेट
Jul 20, 2026

अवलोकन

Retrieves the total count of currently enabled and active streams in your account. Use this endpoint to quickly check how many streams are actively running without fetching full stream details.

Key use cases:

  • Monitor stream usage against account limits
  • Build dashboard widgets showing active stream count
  • Quick health check for stream infrastructure

Endpoint

Send a GET request to retrieve the count of enabled streams.

GET https://api.quicknode.com/streams/rest/v1/streams/enabled_count

Example Request

curl -X GET "https://api.quicknode.com/streams/rest/v1/streams/enabled_count" \
-H "accept: application/json" \
-H "x-api-key: YOUR_API_KEY"

प्रतिक्रिया

On success, the API returns the count of enabled streams.

{
"total": 5
}

Response Fields

FieldTypeविवरण
कुलपूर्णांकTotal count of enabled (active) streams in your account