Get conference Webhook events
GET {{voxeet-api-endpoint}}/v1/monitor/conferences/{{dolby-conference-id}}/webhooks?from=0&to=9999999999999&max=100&start=&type=irure laborum cupidatat in
Get a list of Webhook events sent in the conference, during a specific time range. The list includes associated endpoint response codes and headers. For more information on Webhook functionality, refer to this page.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | number | The beginning of the time range (in milliseconds that have elapsed since epoch). | |
to | number | The end of the time range (in milliseconds that have elapsed since epoch). | |
max | number | The maximum number of displayed results. We recommend setting the proper value of this parameter to shorten the response time. | |
start | null | When the results span multiple pages, use this option to navigate through pages. By default, only the max number of results is displayed. To see the next results, set the start parameter to the value of the next key returned in the previous response. | |
type | string | The name of the Webhook event type or an expression of its name (for example "Recording.Live.InProgress" or "Rec.*"). The default value of the type parameter returns all types of Webhooks. | |