pub async fn get_sessions(
ctx: RequestCtx,
__arg1: Query<SessionQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
GET /sessions — list CFS sessions with optional filters.
pub async fn get_sessions(
ctx: RequestCtx,
__arg1: Query<SessionQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>GET /sessions — list CFS sessions with optional filters.