LangGraph.js API Reference
    Preparing search index...

    Interface AssistantsSearchResponse

    interface AssistantsSearchResponse {
        assistants: Assistant[];
        next: null | string;
    }
    Index

    Properties

    Properties

    assistants: Assistant[]

    The assistants returned for the current search page.

    next: null | string

    Pagination cursor from the X-Pagination-Next response header.