Databricks SDK for JavaScript
    Preparing search index...

    List examples.

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

    Properties

    pageSize?: number

    The maximum number of examples to return. If unspecified, at most 100 examples will be returned. The maximum value is 100; values above 100 will be coerced to 100.

    pageToken?: string

    A page token, received from a previous ListExamples call. Provide this to retrieve the subsequent page. If unspecified, the first page will be returned.

    parent?: string

    Parent resource to list from. Format: knowledge-assistants/{knowledge_assistant_id}