Get a paginated list of live sessions.
API Key API key used for authentication
In: header
Max results to return (1-100, default 50)
1 <= value <= 10050Cursor for pagination (pass nextCursor from previous response)
length <= 256Include sessions without an end time (default false)
Value in
application/json
application/json
curl -X GET "https://example.com/live-session/list"{ "sessions": [ { "id": "00000000-0000-0000-0000-000000000000", "platform": "twitch", "startTime": "2026-07-15T21:26:44.884Z", "endTime": "2026-07-15T22:26:44.884Z", "peakViewerCount": 500, "finalViewerCount": 450, "externalSessionId": null, "note": null, "createdAt": "2026-07-15T21:26:44.884Z", "updatedAt": "2026-07-15T21:26:44.884Z" } ], "nextCursor": null}{ "error": "string", "code": "string", "details": null}