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

    Interface ListKeysResult

    List-keys response normalized for tool output.

    interface ListKeysResult {
        keys: ApplicationKeyResult[];
        nextApplicationKeyId?: string | null;
    }
    Index

    Application keys returned by B2.

    nextApplicationKeyId?: string | null

    Cursor for the next page, or null/undefined when complete.