Microsoft Power Automate · Example Payload

Power Automate Management Api Flow Run Example

AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Power Automate Management Api Flow Run Example is an example object payload from Microsoft Power Automate, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameidtypeproperties

Example Payload

Raw ↑
{
  "name": "08585132316362410016778943264CU43",
  "id": "/providers/Microsoft.ProcessSimple/environments/Default/flows/a1b2c3d4/runs/08585132316362410016778943264CU43",
  "type": "Microsoft.ProcessSimple/environments/flows/runs",
  "properties": {
    "startTime": "2026-04-15T10:00:00Z",
    "endTime": "2026-04-15T10:00:05Z",
    "status": "Succeeded",
    "code": "OK"
  }
}