{ "operationId": "listQodSessions", "method": "GET", "path": "/sessions", "summary": "AT&T List QoD Sessions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "ListQodSessions200Example", "example": [ { "sessionId": "session-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "qosProfile": "LOW_LATENCY", "qosStatus": "AVAILABLE", "expiresAt": "2026-04-19T15:30:00Z" } ] } ] }