Sessions
Read workspace session schedules, assignments, slots, links, and attendance records.
Endpoints
GET https://api.panora.cc/v2/sessions
GET https://api.panora.cc/v2/sessions/:sessionId
Authorization: Bearer pc_live_your_workspace_keyFilters
Use status and limit query parameters to pull scheduled, live, ended, or cancelled sessions. Limits are capped to protect workspace performance.
Response
{
"success": true,
"count": 1,
"sessions": [{
"id": "665...",
"title": "Training",
"status": "scheduled",
"startsAt": "2026-05-15T20:00:00.000Z",
"assignments": [],
"attendance": []
}]
}