kusto_query
Execute a KQL query on a specified Kusto database to retrieve data insights. Provide cluster URI and query; optionally set database or client properties.
Instructions
Executes a KQL query on the specified database. If no database is provided,
it will use the default database.
:param query: The KQL query to execute.
:param cluster_uri: The URI of the Kusto cluster.
:param database: Optional database name. If not provided, uses the default database.
:param client_request_properties: Optional dictionary of additional client request properties.
:return: The result of the query execution as a list of dictionaries (json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| cluster_uri | Yes | ||
| database | No | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||