Skip to main content
GET
Return the rows the player sent for one session. Two kinds share the list: event rows (logType: "Webrtc") mark the WebRTC handshake and disconnects, and statistics rows (no logType) arrive every few seconds with FPS, decoded frames, bitrate, latency and packet loss. Together they answer “did this viewer actually see video, and how well”.
Scope: read. Rows come newest first; pass logType=Webrtc to get only the events. projectId is required and must match the session.

Query parameters

string
required
The session.
string
required
The project the session belongs to.
string
Webrtc to return event rows only.
string
ISO 8601.
string
ISO 8601.
integer
default:"100"
Rows to return. A 30-minute session produces several hundred statistics rows; use 1000 to get them all.
integer
default:"0"
Offset.

Headers

string
required
Your Streampixel API key.

Response

number
Rows matching the query.
number
Rows returned.
array

Reading it

Errors