latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-201,3412,1385.0 MB

3fdc16374d70

Meeting Session Data

List meeting session events

Returns stored events ordered by ascending seq. To continue, pass the last returned item's seq as after. An empty page means no later stored events existed at read time; this operation returns no separate next-page cursor. Default limit is 100 and maximum is 1,000.

get/meeting_sessions/{id}/events

Path parameters

idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890

Unique identifier for the meeting session.

Query parameters

afterinteger

Return results with a cursor position after this value.

limitinteger

Maximum number of results to return per page.

Response

Successful response with a list of meeting session events.