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

    Interface B2FileList

    Legacy normalized B2 file-list response.

    interface B2FileList {
        files: B2FileInfo[];
        nextFileId?: string;
        nextFileName?: string;
    }
    Index
    files: B2FileInfo[]

    File entries in the current page.

    nextFileId?: string

    File ID marker for the next page, when more files are available.

    nextFileName?: string

    Name marker for the next page, when more files are available.