Skip to main content
GET
Return the platform’s own record of one session as the ordered list of status snapshots it wrote: when the viewer queued, when a streaming server was reserved and which one, when the application was running, and when the session ended. Reading them in order gives queue wait, start-up time and lifetime.
Scope: read. projectId is required and must be the project the session belongs to; a session id from another project returns 403.

Path parameters

string
required
The session id from List Sessions.

Query parameters

string
required
The project the session belongs to.

Headers

string
required
Your Streampixel API key.

Response

string
The session id.
number
How many snapshots were recorded.
array
Oldest first.

Errors