kusto_list_entities
Retrieve a list of all entities—databases, tables, views, functions, and graphs—from a Kusto cluster by specifying the cluster URI and entity type.
Instructions
Retrieves a list of all entities (databases, tables, external tables, materialized views,
functions, graphs) in the Kusto cluster.
:param entity_type: Type of entities to list: "databases", "tables", "external-tables",
"materialized-views", "functions", "graphs".
:param database: The name of the database to list entities from.
Required for all types except "databases" (which are top-level).
:param cluster_uri: The URI of the Kusto cluster.
:param client_request_properties: Optional dictionary of additional client request properties.
:return: List of dictionaries containing entity information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_uri | Yes | ||
| entity_type | Yes | ||
| database | No | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||