Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SearchStatusPostData

    type SearchStatusPostData = {
        body: { id?: number };
        path?: never;
        query?: never;
        url: "/search/status";
    }
    Index

    Properties

    Properties

    body: { id?: number }

    Type Declaration

    • Optionalid?: number

      ID of the search job. If not specified, all search jobs are returned

    path?: never
    query?: never
    url: "/search/status"