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.
Path parameters
Unique identifier for the meeting session.
Query parameters
Return results with a cursor position after this value.
Maximum number of results to return per page.
Long-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.
Response
Successful response with transcript segments (may be empty on wait timeout).
Example response
{
"data": [
{
"confidence": 0.94,
"occurred_at": "2026-06-16T09:00:42Z",
"relative_ts": 1240.5,
"seq": 41,
"speaker_label": "Ada L.",
"text": "let's ship it"
}
],
"meta": {
"next_after": 41
}
}Changes
Changed in 1 of the 61 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○