Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationsRequest

    interface GenieListConversationsRequest {
        includeAll?: boolean;
        pageSize?: number;
        pageToken?: string;
        spaceId?: string;
    }
    Index

    Properties

    includeAll?: boolean

    Include all conversations in the space across all users. Requires at least CAN MANAGE permission on the space.

    pageSize?: number

    Maximum number of conversations to return per page

    pageToken?: string

    Token to get the next page of results

    spaceId?: string

    The ID of the Genie space to retrieve conversations from.