pub async fn get_fidelity(
__arg0: Path<String>,
__arg1: State<FidelityState>,
) -> Result<Json<Value>, StatusCode>Expand description
Get fidelity score for a workspace
GET /api/v1/workspace/{workspace_id}/fidelity
pub async fn get_fidelity(
__arg0: Path<String>,
__arg1: State<FidelityState>,
) -> Result<Json<Value>, StatusCode>Get fidelity score for a workspace
GET /api/v1/workspace/{workspace_id}/fidelity