Azure Log Analytics · Arazzo Workflow
Azure Log Analytics Run a Saved Search
Version 1.0.0
Fetch a saved search's KQL definition, then execute it against the workspace.
Provider
Workflows
saved-search-to-query
Read a saved search and execute its stored KQL against the workspace.
Fetches a saved search to obtain its stored KQL query and display name, then submits that query to the Log Analytics query endpoint for the workspace.
1
getSavedSearch
getSavedSearch
Read the saved search to obtain its stored KQL query text and display name before executing it.
2
runSavedQuery
postQuery
Execute the saved search's stored KQL query against the workspace and return the tabular results.
Source API Descriptions
openapi