pub async fn get_page(
conn: &mut PgConnection,
filters: &SuotarApiCallFilters,
limit: i64,
offset: i64,
) -> ModelResult<Vec<SuotarApiCallPageRow>>Expand description
A page of the call log, newest first, without bodies. See get_by_id for a call’s bodies.