interface GetChecksRequest {
    limit?: number;
    offset?: number;
    orgID: string;
}

Properties

Properties

limit?: number

Limits the number of records returned. Default is 20.

offset?: number

The offset for pagination. The number of records to skip.

orgID: string

Only show checks that belong to a specific organization ID.

MMNEPVFCICPMFPCPTTAAATR