Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Browse Saved Searches and Run One
Version 1.0.0
List a workspace's saved searches, fetch one's KQL, then execute it.
Provider
Workflows
list-saved-searches-and-run
Enumerate saved searches, fetch one's stored KQL, and execute it.
Lists the saved searches on a workspace, reads the chosen saved search to obtain its stored KQL query, and submits that query to the Log Analytics query endpoint for the workspace.
1
listSavedSearches
List every saved search on the workspace so the target search can be confirmed before fetching its full definition.
2
getSavedSearch
Read the chosen saved search to obtain its stored KQL query and category.
3
runSavedQuery
Execute the saved search's stored KQL query against the workspace 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.