pub async fn get_entity(
__arg0: State<XRayState>,
__arg1: Path<(String, String)>,
__arg2: Query<XRayQuery>,
) -> Result<Json<Value>, StatusCode>Expand description
Get specific entity
GET /api/v1/xray/entities/{entity_type}/{entity_id}?workspace={workspace_id}