@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ReportObjectPage

    Page of report object keys from a reports bucket.

    interface ReportObjectPage {
        isTruncated: boolean;
        keys: string[];
        nextContinuationToken?: string;
    }
    Index
    isTruncated: boolean

    Whether more report objects are available.

    keys: string[]

    Report object keys returned on this page.

    nextContinuationToken?: string

    Continuation token for the next page, when present.