Get Participant Events
Participants
Get Participant Events
GET
Get Participant Events
Returns participant events (join/leave) for a bot. Results are paginated using cursor pagination.
Authentication
Requires API key authentication via theAuthorization header.
Path Parameters
Bot ID (e.g.,
bot_xxxxxxxxxxx)Query Parameters
Cursor for pagination. Use the
next value from the previous response to get the next page.Only return participant events created after this time. Useful when polling for updates. Format: ISO 8601 datetime (e.g.,
2024-01-18T12:34:56Z)Only return participant events created before this time. Format: ISO 8601 datetime (e.g.,
2024-01-18T13:34:56Z)Response
URL for the next page of results, or null if no more results
URL for the previous page of results, or null if on first page
Array of participant event objects
Participant Event Object
Unique identifier for the event
Name of the participant
UUID of the participant
User UUID (platform-specific persistent identifier)
Whether the participant is the meeting host
Type of event (e.g., ‘join’, ‘leave’)
Additional data about the event
Timestamp of the event in milliseconds