Get meeting by ID
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_id
Response
Successful Response
created_at
Timestamp when the meeting asset was created (ISO 8601)
id
Unique identifier of the meeting asset (e.g., ‘asset_abc123’)
updated_at
Timestamp when the meeting asset was last updated (ISO 8601)
ai_summary
AI-generated summary of the meeting
artifacts
Downloadable artifacts (recording, transcripts, chat)
created_by_id
Unique identifier of the user who created this meeting
meeting_url
URL of the original meeting (e.g., Zoom/Meet/Teams link)
participants
Best-effort list of meeting participants/attendees
status
Processing status of the meeting (e.g., ‘completed’)
title
Title of the meeting
workspace_id
Unique identifier of the workspace this meeting belongs to
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
