action circuitsandbox_get_active_sessions { label: "Gets a list of active sessions" description: "Gets a list of active RTCsessions\nOauthScopes: CALLS" provider: circuitsandbox method: GET path: "/rtc/sessions" encoding: json output: { type: "object" additionalProperties: true } }