@getdial/sdk - v0.21.0
    Preparing search index...

    Interface ListFilters

    Shared filters for the message list / call list commands.

    interface ListFilters {
        direction?: "inbound" | "outbound";
        numberId?: string;
        since?: string;
    }
    Index
    direction?: "inbound" | "outbound"
    numberId?: string

    Restrict to a single owned phone number.

    since?: string

    ISO-8601 timestamp; only items created strictly after this are returned.