pub async fn trace_list(
configuration: &Configuration,
page: Option<i32>,
limit: Option<i32>,
user_id: Option<&str>,
name: Option<&str>,
session_id: Option<&str>,
from_timestamp: Option<String>,
to_timestamp: Option<String>,
order_by: Option<&str>,
tags: Option<Vec<String>>,
version: Option<&str>,
release: Option<&str>,
environment: Option<Vec<String>>,
) -> Result<Traces, Error<TraceListError>>Expand description
Get list of traces