@qtsurfer/api-client
    Preparing search index...

    Type Alias ListLiveData

    type ListLiveData = {
        body?: never;
        path?: never;
        query?: { cursor?: string; limit?: number };
        url: "/live";
    }
    Index
    body?: never
    path?: never
    query?: { cursor?: string; limit?: number }

    Type Declaration

    • Optionalcursor?: string

      The runId from a previous page's _links.next.href. Omit for the first page.

    • Optionallimit?: number

      Page size. Larger values are capped, not rejected.

    url: "/live"