async fn list_traces(
__arg0: State<Arc<SharedState>>,
__arg1: Query<TraceFilter>,
) -> impl IntoResponseExpand description
GET /api/debug/traces — summaries, newest first.
Optional query filters (route, policy, status, source, limit) let
you narrow the buffer to the recent requests on one policy or route, then
select one to inspect via GET /api/debug/traces/{id}.