Sessions
Fetch all sessions of an App
Fetch details of a session
Fetch participants list of a session
Fetch details of a participant
Fetch all chat messages of a session
Fetch the complete transcript for a session
Fetch summary of transcripts for a session
Generate summary of Transcripts for the session
Fetch details of peer
ModelsExpand Collapse
class SessionGetSessionsResponse: …
data: Optional[Data]
class SessionGetSessionDetailsResponse: …
class SessionGetSessionParticipantsResponse: …
data: Optional[Data]
participants: Optional[List[DataParticipant]]
peer_events: Optional[List[DataParticipantPeerEvent]]Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
class SessionGetSessionParticipantDetailsResponse: …
data: Optional[Data]
participant: Optional[DataParticipant]
peer_events: Optional[List[DataParticipantPeerEvent]]Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
Connection lifecycle events for the participant’s peer. Only included when include_peer_events is true.
class SessionGetParticipantDataFromPeerIDResponse: …
data: Optional[Data]
participant: Optional[DataParticipant]
peer_events: Optional[List[DataParticipantPeerEvent]]Connection lifecycle events for the participant’s peer.
Connection lifecycle events for the participant’s peer.
peer_report: Optional[DataParticipantPeerReport]Peer call statistics report.
Peer call statistics report.
metadata: Optional[DataParticipantPeerReportMetadata]Connection and device metadata for the participant.
Connection and device metadata for the participant.
audio_devices_updates: Optional[List[DataParticipantPeerReportMetadataAudioDevicesUpdate]]
candidate_pairs: Optional[DataParticipantPeerReportMetadataCandidatePairs]
consuming_transport: Optional[List[DataParticipantPeerReportMetadataCandidatePairsConsumingTransport]]
selected_device_updates: Optional[List[DataParticipantPeerReportMetadataSelectedDeviceUpdate]]
speaker_devices_updates: Optional[List[DataParticipantPeerReportMetadataSpeakerDevicesUpdate]]
video_devices_updates: Optional[List[DataParticipantPeerReportMetadataVideoDevicesUpdate]]
quality: Optional[DataParticipantPeerReportQuality]Media quality statistics for the participant.
Media quality statistics for the participant.
audio_consumer_cumulative: Optional[DataParticipantPeerReportQualityAudioConsumerCumulative]Aggregated inbound (consumer) audio statistics for the session.
Aggregated inbound (consumer) audio statistics for the session.
audio_producer_cumulative: Optional[DataParticipantPeerReportQualityAudioProducerCumulative]Aggregated outbound (producer) audio statistics for the session.
Aggregated outbound (producer) audio statistics for the session.
packet_loss: Optional[DataParticipantPeerReportQualityAudioProducerCumulativePacketLoss]Cumulative packet loss distribution.
Cumulative packet loss distribution.
quality_mos: Optional[DataParticipantPeerReportQualityAudioProducerCumulativeQualityMos]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
screenshare_audio_consumer: Optional[List[DataParticipantPeerReportQualityScreenshareAudioConsumer]]
screenshare_audio_consumer_cumulative: Optional[DataParticipantPeerReportQualityScreenshareAudioConsumerCumulative]Aggregated inbound (consumer) audio statistics for the session.
Aggregated inbound (consumer) audio statistics for the session.
jitter_buffer_delay: Optional[DataParticipantPeerReportQualityScreenshareAudioConsumerCumulativeJitterBufferDelay]Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
screenshare_audio_producer: Optional[List[DataParticipantPeerReportQualityScreenshareAudioProducer]]
screenshare_audio_producer_cumulative: Optional[DataParticipantPeerReportQualityScreenshareAudioProducerCumulative]Aggregated outbound (producer) audio statistics for the session.
Aggregated outbound (producer) audio statistics for the session.
packet_loss: Optional[DataParticipantPeerReportQualityScreenshareAudioProducerCumulativePacketLoss]Cumulative packet loss distribution.
Cumulative packet loss distribution.
quality_mos: Optional[DataParticipantPeerReportQualityScreenshareAudioProducerCumulativeQualityMos]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
screenshare_video_consumer: Optional[List[DataParticipantPeerReportQualityScreenshareVideoConsumer]]
screenshare_video_consumer_cumulative: Optional[DataParticipantPeerReportQualityScreenshareVideoConsumerCumulative]Aggregated inbound (consumer) video statistics for the session.
Aggregated inbound (consumer) video statistics for the session.
frame_per_second: Optional[DataParticipantPeerReportQualityScreenshareVideoConsumerCumulativeFramePerSecond]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
frame_width: Optional[DataParticipantPeerReportQualityScreenshareVideoConsumerCumulativeFrameWidth]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
jitter_buffer_delay: Optional[DataParticipantPeerReportQualityScreenshareVideoConsumerCumulativeJitterBufferDelay]Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
screenshare_video_producer: Optional[List[DataParticipantPeerReportQualityScreenshareVideoProducer]]
screenshare_video_producer_cumulative: Optional[DataParticipantPeerReportQualityScreenshareVideoProducerCumulative]Aggregated outbound (producer) video statistics for the session.
Aggregated outbound (producer) video statistics for the session.
frame_per_second: Optional[DataParticipantPeerReportQualityScreenshareVideoProducerCumulativeFramePerSecond]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
frame_width: Optional[DataParticipantPeerReportQualityScreenshareVideoProducerCumulativeFrameWidth]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
packet_loss: Optional[DataParticipantPeerReportQualityScreenshareVideoProducerCumulativePacketLoss]Cumulative packet loss distribution.
Cumulative packet loss distribution.
quality_mos: Optional[DataParticipantPeerReportQualityScreenshareVideoProducerCumulativeQualityMos]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
video_consumer_cumulative: Optional[DataParticipantPeerReportQualityVideoConsumerCumulative]Aggregated inbound (consumer) video statistics for the session.
Aggregated inbound (consumer) video statistics for the session.
frame_per_second: Optional[DataParticipantPeerReportQualityVideoConsumerCumulativeFramePerSecond]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
frame_width: Optional[DataParticipantPeerReportQualityVideoConsumerCumulativeFrameWidth]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
jitter_buffer_delay: Optional[DataParticipantPeerReportQualityVideoConsumerCumulativeJitterBufferDelay]Cumulative latency distribution (milliseconds-based thresholds).
Cumulative latency distribution (milliseconds-based thresholds).
video_producer: Optional[List[DataParticipantPeerReportQualityVideoProducer]]
video_producer_cumulative: Optional[DataParticipantPeerReportQualityVideoProducerCumulative]Aggregated outbound (producer) video statistics for the session.
Aggregated outbound (producer) video statistics for the session.
frame_per_second: Optional[DataParticipantPeerReportQualityVideoProducerCumulativeFramePerSecond]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
frame_width: Optional[DataParticipantPeerReportQualityVideoProducerCumulativeFrameWidth]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.
packet_loss: Optional[DataParticipantPeerReportQualityVideoProducerCumulativePacketLoss]Cumulative packet loss distribution.
Cumulative packet loss distribution.
quality_mos: Optional[DataParticipantPeerReportQualityVideoProducerCumulativeQualityMos]Distribution summary with average and percentiles.
Distribution summary with average and percentiles.