Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Retrieve a Flow Trigger Callback URL
Version 1.0.0
Confirm a flow is request-triggered, fetch its callback URL, and observe the resulting run.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowsArazzoWorkflows
Provider
Workflows
flow-callback-url
Fetch a request-triggered flow's callback URL and observe the run it produces.
Verifies the flow is active and request-triggered, retrieves the callback URL an external system uses to invoke it, and reads the run history and run detail so the invocation can be confirmed.
1
confirmRequestTrigger
Read the flow and assert it is Started. The definition summary is captured so the caller can confirm the trigger is a Request kind before treating the callback URL as usable.
2
fetchCallbackUrl
Retrieve the callback URL for the flow. This URL embeds its own signature and should be handled as a credential, since anyone holding it can invoke the flow.
3
observeRuns
List the flow's run history after the caller has posted to the callback URL, so the invocation can be tied to a concrete run.
4
readLatestRun
Read the most recent run in detail to confirm the callback invocation produced the expected execution and to surface its status and result code.
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.