pub async fn get_agent_events(
__arg0: State<AppState>,
__arg1: Path<String>,
__arg2: Query<FromSeq>,
) -> Result<Json<Vec<FleetEvent>>, ApiError>Expand description
GET /api/agents/{id}/events?from=N — replay history from the shared store.