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

Path parameters

asset_idstringRequired
Unique identifier of the meeting asset to retrieve

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 nullOptional

AI-generated summary of the meeting

artifactsobjectOptional

Downloadable artifacts (recording, transcripts, chat)

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

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

participantslist of objectsOptional

Best-effort list of meeting participants/attendees

statusstring or nullOptional

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

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

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error