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

    Interface ListKeysOptions

    Pagination options for native B2 application-key listing.

    interface ListKeysOptions {
        maxKeyCount?: number;
        startApplicationKeyId?: string;
    }
    Index
    maxKeyCount?: number

    Maximum keys to request from B2.

    startApplicationKeyId?: string

    Cursor application key ID from a prior response.