@archastro/sdk
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • List customer solution instances Returns a forward cursor-paginated page of customer instances stamped from one solution template. Results are restricted to the caller's organization; an app-wide viewer without an organization scope is forbidden. Pass after_cursor from a response with has_more: true to retrieve the next page. Each row includes the materialized agent, pinned template version, and local-edit count computed by the solution-instance read path.

      Parameters

      • Optionalparams: { afterCursor?: string; limit?: number; solutionTemplateConfigId?: string }

        Query parameters.

        • OptionalafterCursor?: string

          Opaque cursor returned by the preceding page. Omit to retrieve the first page.

        • Optionallimit?: number

          Maximum number of instances to return. Defaults to 50; maximum is 100.

        • OptionalsolutionTemplateConfigId?: string

          ID of the installed solution template whose customer instances should be listed.

      Returns Promise<SolutionInstanceListResponse>

      Cursor-paginated customer solution instances visible to the caller.