Mayson Monorepo Documentation
    Preparing search index...
    interface EventListParams {
        created?: RangeQueryParam;
        limit?: number;
        object_id?: string;
        types?: string[];
    }
    Index

    Properties

    created?: RangeQueryParam

    Set of filters to query events within a range of created timestamps.

    limit?: number

    The page size.

    object_id?: string

    Primary object ID used to retrieve related events.

    types?: string[]

    An array of up to 20 strings containing specific event names.