Skip to main content
GET
Return the project’s sessions in a window, newest first, with everything needed to spot trouble without opening each one: status, region, start and end, duration, the disconnect code it ended with, whether a crash was detected in its Unreal log, and the viewer’s browser, OS, device and country.
Scope: read. Default window: the last 7 days. Page size is capped at 100; the summary covers the whole window regardless of paging.

Path parameters

string
required
The project.

Query parameters

string
ISO 8601 start of the window. Default: 7 days ago.
string
ISO 8601 end of the window. Default: now.
string
default:"all"
all, live, terminated or queued.
integer
default:"50"
Page size, at most 100.
integer
default:"0"
Offset for paging.
string
default:"startTime"
startTime, endTime or durationMinutes.
string
default:"desc"
asc or desc.

Headers

string
required
Your Streampixel API key.

Response

array
object
total, skip, limit, hasMore.
object
For the whole window: totalSessions, liveSessions, terminatedSessions, sessionsWithIssues, sessionsWithCrashes.

Errors