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 <= 256Filter by platform (e.g. twitch, youtube)
^[a-z0-9][a-z0-9-]{0,31}$Filter by a provider-native account ID (requires platform)
Include 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", "accountId": null, "startTime": "2026-08-31T13:56:56.314Z", "endTime": "2026-08-31T14:56:56.314Z", "peakViewerCount": 500, "finalViewerCount": 450, "externalSessionId": null, "note": null, "createdAt": "2026-08-31T13:56:56.314Z", "updatedAt": "2026-08-31T13:56:56.314Z" } ], "nextCursor": null}{ "error": "string", "code": "string", "details": null}