List events
Retrieve a paginated list of fleet events.Parameters
Returns
Array of fleet events
Unique identifier for the event
UID of the associated recording
UID of the associated device
Event type
Event label
Event description
Event timestamp
Event duration in milliseconds
Event tags
Custom event metadata
Event severity level
Creation timestamp
Last update timestamp
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Create event
Create a new fleet event.Parameters
Event creation details
UID of the associated recording
UID of the associated device
Event label
Event type
Event timestamp (ISO 8601 format)
Event description
Event duration in milliseconds
Event tags
Custom event metadata
Event severity level
Returns
The newly created event
Create batch events
Create multiple events in a single request.Parameters
Array of event creation options
Returns
Number of events successfully created
Get event
Retrieve a specific event by UID.Parameters
The unique identifier of the event
Returns
The requested event
Delete event
Delete an event from your fleet.Parameters
The unique identifier of the event to delete
Returns
Returnsvoid on success.