Hiyve Components - v1.0.0
    Preparing search index...

    Alert history query options

    interface AlertHistoryOptions {
        limit?: number;
        offset?: number;
        priority?: "high" | "low" | "medium";
        since?: string;
        type?: string;
    }
    Index

    Properties

    limit?: number

    Maximum number of alerts to return

    offset?: number

    Offset for pagination

    priority?: "high" | "low" | "medium"

    Filter by priority level

    since?: string

    Return alerts since this ISO8601 timestamp

    type?: string

    Filter by alert type