v50

latestOpenAPI 3.0.0raw.githubusercontent.com2025-04-046348254.7 KB
Sessions

Fetch participants list of a session

Returns a list of participants for the given session ID.

get/sessions/{session_id}/participants

Path parameters

session_idstring required

ID of the session

Query parameters

searchstring

The search query string. You can search using the meeting ID or title.

page_nonumber

The page number from which you want your page search results to be displayed.

per_pagenumber

Number of results per page

sort_order'ASC' | 'DESC'
sort_by'joinedAt' | 'duration'
include_peer_eventsboolean

if true, response includes all the peer events of participants.

view'raw' | 'consolidated'

In breakout room sessions, the view parameter can be set to raw for session specific duration for participants or consolidated to accumulate breakout room durations.

Response

Get participants list of a particular session

successboolean