Databricks SDK for JavaScript
    Preparing search index...

    Request to list AI Search indexes on an endpoint, with optional pagination.

    interface ListIndexesRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Best-effort upper bound on the number of results to return. Honored as an upper bound by the shim: page_size only narrows the legacy backend's response, never widens it, so the practical cap is min(page_size, legacy_fixed_page_size).

    pageToken?: string

    Page token from a previous response. If not provided, returns the first page.

    parent?: string

    The Endpoint that owns this collection of indexes. Format: workspaces/{workspace_id}/endpoints/{endpoint_id}