---
title: "Get Session Summary"
method: GET
path: "/v1/sessions/{session_id}/summary"
tags: ["Sessions"]
---

# Get Session Summary

`GET /v1/sessions/{session_id}/summary`

Here is some further information on the timestamps provided in the response:

- Start time - Scheduled start time for the session
- End time - Scheduled end time for the session
- Actual start time - Creation time of the call, typically when host has joined
- Actual end time - Call recorded as complete, last participant has left
- Participant entry time - Earliest recorded entry time for the participant, does not include time in Waiting Room
- Participant exit time - Latest recorded exit time for the participant.

## Response `200`

Session Summary

- SessionSummary
  - `start_time` string, date-time
  - `end_time` string, date-time
  - `actual_end_time` string, date-time
  - `participants` ParticipantSummary[]
    - `participant_id` string, uuid
    - `role` 'GUEST' | 'HOST' | 'PARTICIPANT'
    - `entry_time` string, date-time
    - `exit_time` object
      - `left_at` string, date-time
      - `left_reason` string
    - `bandwidth` object
      - `min_sent_bandwidth` number
      - `max_sent_bandwidth` number
      - `avg_sent_bandwidth` number
      - `min_receive_bandwidth` number
      - `max_receive_bandwidth` number
      - `avg_receive_bandwidth` number

---

[API](https://skmtc.net/coviu/apis/coviu-rest-api-2.md) · [All operations](https://skmtc.net/coviu/apis/coviu-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coviu/coviu-rest-api-2/versions/916aea0ed1a1/schema)
