Skip to main content

list

Function list 

Source
pub async fn list(__arg0: State<Arc<AppState>>) -> impl IntoResponse
Expand description

List all webhook configs.

Mounted at GET /api/v1/webhooks. Each entry carries the most recent invocation (if any) so the TUI dashboard renders without an N+1 fetch.