list_events
Retrieve and filter events within your organization using the Webex Messaging API. Specify parameters like resource type, actor ID, date range, and maximum results to customize the output.
Instructions
List events in your organization using the Webex Messaging API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actorId | Yes | The ID of the actor to filter events. | |
from | Yes | The start date to filter events. | |
max | No | The maximum number of events to return. | |
resource | No | The resource type to filter events. | |
to | Yes | The end date to filter events. | |
type | No | The type of events to list. |