DocsAPI ReferenceGet a meeting by ID
GET/api/v1/meetings/{meeting_id}

Returns the full meeting record including presigned download URLs for recordings and screenshots (1-hour expiry).

Path Parameters

meeting_idstringrequirede.g. "99"

Internal meeting UUID.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

200Full meeting object with presigned download URLs.
404Meeting not found in this workspace.