Get meeting by ID

Beta

Retrieve a single meeting by its asset ID, including status, AI summary, participants, and the asset IDs of its downloadable artifacts (recording, transcripts, chat).

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired

Response

Successful Response
created_atdatetime

Timestamp when the meeting asset was created (ISO 8601)

idstring

Unique identifier of the meeting asset (e.g., ‘asset_abc123’)

updated_atdatetime

Timestamp when the meeting asset was last updated (ISO 8601)

ai_summarystring or null

AI-generated summary of the meeting

artifactsobject

Downloadable artifacts (recording, transcripts, chat)

created_by_idstring or null
Unique identifier of the user who created this meeting
meeting_urlstring or null

URL of the original meeting (e.g., Zoom/Meet/Teams link)

participantslist of objects

Best-effort list of meeting participants/attendees

statusstring or null

Processing status of the meeting (e.g., ‘completed’)

titlestring or null
Title of the meeting
workspace_idstring or null
Unique identifier of the workspace this meeting belongs to

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error