@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface ListAccountsResponse

    Response payload for list_accounts task

    interface ListAccountsResponse {
        accounts: Account[];
        errors?: Error[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    accounts: Account[]

    Array of accounts accessible to the authenticated agent

    errors?: Error[]

    Task-specific errors and warnings

    context?: ContextObject
    ext?: ExtensionObject