Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v2/room-completed-events | List room completed events |
List room completed events
GET /api/v2/room-completed-events
Returns events for rooms that have been completed in your organization.
Query parameters
Page number (default: 1).
Results per page (default: 10).
Response fields
| Field | Type | Description |
|---|---|---|
flowId | string | Room identifier |
flowTitle | string | Room title |
flowOwnerEmail | string | Email of the room owner |
flowOwnerName | string | Name of the room owner |
linkAnalytics | string | Direct link to the room’s analytics |
linkEditView | string | Direct link to edit the room |
linkLiveView | string | Direct link to the live room view |
You can also register a webhook to be notified in real time when a room is completed. See Webhooks.