Skip to main content
GET
Return queueing statistics for a window: how many viewers queued, average, median and 95th-percentile wait, the peak number waiting at once and when, plus an hourly or daily series. A non-zero queue means demand exceeded the project’s concurrent-user allowance at that time.
Scope: read.

Path parameters

string
required
The project.

Query parameters

string
ISO 8601 start of the window.
string
ISO 8601 end of the window.
string
default:"hourly"
hourly or daily.

Headers

string
required
Your Streampixel API key.

Response

object
totalQueued, avgWaitMs, medianWaitMs, p95WaitMs, peakConcurrent, peakBucket.
array
Per bucket: bucket (ISO 8601), queuedCount, peakConcurrentQueued, avgWaitMs, peakWaitMs.

Errors