Function fiberplane_api_client::event_list
source · pub async fn event_list(
client: &ApiClient,
workspace_id: Base64Uuid,
occurrence_time_start: Timestamp,
occurrence_time_end: Timestamp,
labels: Option<HashMap<String, String>>,
sort_by: Option<&str>,
sort_direction: Option<&str>,
page: Option<i32>,
limit: Option<i32>
) -> Result<Vec<Event>>Expand description
Get a list of all events matching the query