Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Inspect Table Schema then Query
Version 1.0.0
List a workspace's tables, inspect one table's schema, then query that table.
Provider
Workflows
list-tables-then-query
Enumerate workspace tables, read one table's schema, then query it.
Lists the tables in a workspace, reads the management definition of the chosen table to expose its column schema, retention, and plan, and then runs a KQL query against that table on the query endpoint.
1
listTables
List every table in the workspace so the target table can be confirmed before inspecting its schema.
2
getTable
Read the management definition of the chosen table to expose its column schema, plan, and retention settings.
3
runQuery
Execute the KQL query against the workspace, targeting the inspected table, and return the tabular results.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.