- 发行说明
- 入门指南
- 面向 Administrator
- RPA 工作流项目
- 应用程序项目
- 智能体流程
- 智能体
- 解决方案
- API 工作流 - 预览
- 用户界面
- 管理 API 工作流
- 使用 API 工作流
- 构建第一个 API 工作流
- 通过 HTTP 调用进行分页
- 从 Workday 中提取工作器层次结构
- Retrieving ticket details
- Integrating Snowflake Cortex API with API workflows
- Integrating Databricks Genie API with API workflows

Studio Web 用户指南
Databricks Genie enables natural language interaction with your enterprise data, allowing you to query, analyze, and act on datasets without needing to write code.
This guide provides a practical walkthrough of how to interact with a Databricks Genie API to get information based on a question input. It performs the following main actions:
- Initializes variables—Sets up necessary parameters like tokens, URLs, and IDs.
- Gets a token—Makes an HTTP POST request to obtain an access token for authentication.
- Starts a conversation—Sends the user question to the Genie API to initiate a conversation.
- Polls for message completion—Enters a Do While loop to repeatedly check the status of the Genie message until it is COMPLETED.
-
Retrieves query results—Once the message is complete, it fetches the final query results from the Genie API and provides the retrieved data as the workflow output.
First, you need to have a Genie space called "Item Restrictions" in your Databricks workspace.
Its purpose is to reference shipping restrictions for different products and provide answers regarding shipping details.
Key take-aways:
- Simple setup – API Workflow provides a fast way to connect Genie without custom code.
- Consistent schema – Genie responses are JSON-based, easy to parse into UiPath.
- Scalable integration – Responses can be used in Apps, long-running workflows, or orchestrations.
- Rapid prototyping – Setup for working automation takes minutes, allowing quick validation of use cases.