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-KeystringrequiredYour workspace API key.
Responses
200Full meeting object with presigned download URLs.
404Meeting not found in this workspace.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/meetings/99Path Parameters
curl -X GET 'https://api.serveka.com/api/v1/meetings/99' \