You need to enable JavaScript to run this app.
DataAgent (OnPremise)

DataAgent (OnPremise)

Copy page
Download PDF
Intelligent Data Query(Old Version)
Intelligent Data Query API Description and Common Parameters
Copy page
Download PDF
Intelligent Data Query API Description and Common Parameters

Overview

This document introduces the Open API related to the intelligent query functionality of the Intelligent Analysis Agent. You will learn how to use the API to enable the agent to query data using natural language.
Caution: Before using the APIs described in this document, you must complete the prerequisites of integrating JWT-Token, applying for a Token, and configuring the agent in advance. Please familiarize yourself with the invocation method. For details, refer to Invocation Method.

API common parameters
  • Context-path: https://{domain}/aeolus/llm/openApi/v2/chatbi/query

  • Path-parameters:

    Parameter

    Type

    Required

    Example value

    Description

    domain

    string

    Yes

    None

    • Private domain: The domain name address of the actual deployment environment ${domain}/bi
  • Response:

    {
            "code": "llm/ok",
            "data": [{REULT_OBJECT}],
            "message": {}
    }
    
    • code Status code, "llm/ok" indicates success, other values indicate failure
    • message Success or failure message
    • data Result data, which is a JSON object array

API list

API

Description

Intelligent Data Query for Lark Client

Call the OpenAPI interface to use the Intelligent Analysis Agent on Lark to query data.

Intelligent Data Query for PC

Call the OpenAPI interface to use the Intelligent Analysis Agent on PC to query data.

Last updated: 2026.06.02 14:53:14