Skip to main content

get_agent_events

Function get_agent_events 

Source
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.