Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias GetApiV3LogData

    type GetApiV3LogData = {
        body?: never;
        path?: never;
        query?: {
            page?: number;
            pageSize?: number;
            sortKey?: string;
            sortDirection?: Sonarr.SortDirection;
            level?: string;
        };
        url: "/api/v3/log";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        page?: number;
        pageSize?: number;
        sortKey?: string;
        sortDirection?: Sonarr.SortDirection;
        level?: string;
    }
    url: "/api/v3/log"