cmd_webhook_history

Function cmd_webhook_history 

Source
pub fn cmd_webhook_history(
    name: Option<&str>,
    limit: usize,
    data_dir: &Path,
    format: &str,
) -> Result<()>
Expand description

Shows delivery history for a webhook.

§Arguments

  • name - Webhook name (optional, shows all if not specified)
  • limit - Maximum number of records to show
  • data_dir - Data directory for the audit database
  • format - Output format: “table” or “json”

§Errors

Returns an error if the audit database cannot be accessed.