The request for a logs list.

Hierarchy

  • LogsListRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The search and filter query settings

Global query options that are used during the query. Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.

Paging attributes for listing logs.

sort?: v2.LogsSort

Sort parameters when querying logs.

Generated using TypeDoc