async fn get_trace(
__arg0: State<Arc<SharedState>>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
GET /api/debug/traces/{id} — one trace with computed changes.
Errors: 404 if the id is unknown or has been evicted from the ring buffer.