List meeting session transcript
Returns transcript segments ordered by ascending seq. Default limit is 100 and maximum is 1,000. Continue with after=meta.next_after. A long-poll timeout returns 200 with empty data and meta.next_after: null; retain the cursor supplied to that request because null is not a replacement cursor.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the meeting session.
"mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Query Parameters
Return results with a cursor position after this value.
x >= 0Maximum number of results to return per page.
1 <= x <= 1000Long-poll duration in seconds. The server holds the connection open for up to this many seconds, waiting for new or updated results before returning an empty response. Set to 0 for an immediate response.
0 <= x <= 25