Microsoft Power Platform APIs · Schema
FlowRunProperties
Properties of a flow run.
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform
Properties
| Name | Type | Description |
|---|---|---|
| startTime | string | The timestamp when the flow run started. |
| endTime | stringnull | The timestamp when the flow run ended. Null if still running. |
| status | string | The current status of the flow run. |
| correlation | object | Correlation information for the flow run. |
| trigger | object | Information about the trigger that initiated the flow run. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FlowRunProperties",
"title": "FlowRunProperties",
"type": "object",
"description": "Properties of a flow run.",
"properties": {
"startTime": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the flow run started.",
"example": "2026-01-15T10:30:00Z"
},
"endTime": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "The timestamp when the flow run ended. Null if still running.",
"example": "2026-01-15T10:30:00Z"
},
"status": {
"type": "string",
"description": "The current status of the flow run.",
"enum": [
"Running",
"Succeeded",
"Failed",
"Cancelled",
"Skipped",
"Suspended",
"TimedOut",
"Aborted",
"Waiting",
"Ignored",
"Faulted"
],
"example": "Running"
},
"correlation": {
"type": "object",
"description": "Correlation information for the flow run.",
"properties": {
"clientTrackingId": {
"type": "string",
"description": "Client-side tracking identifier."
}
},
"example": "example_value"
},
"trigger": {
"type": "object",
"description": "Information about the trigger that initiated the flow run.",
"properties": {
"name": {
"type": "string",
"description": "The name of the trigger."
},
"startTime": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the trigger fired."
},
"endTime": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the trigger completed."
},
"status": {
"type": "string",
"description": "The status of the trigger execution.",
"enum": [
"Succeeded",
"Failed",
"Skipped"
]
}
},
"example": "example_value"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/power-platform-flowrunproperties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.