Here is the JSON of the swagger file. Please replace the default values with your own.
You can also download the file.
{
"swagger": "2.0",
"info": {
"title": "Flow Runs",
"description": "",
"version": "1.0"
},
"host": "emea.api.flow.microsoft.com",
"basePath": "/",
"schemes": [
"https"
],
"consumes": [],
"produces": [],
"paths": {
"/providers/Microsoft.ProcessSimple/environments/{environment_name}/flows/{flow_name}/runs": {
"get": {
"responses": {
"default": {
"description": "default",
"schema": {}
}
},
"summary": "Get Flow Runs",
"description": "Get run history of specified flow in specified environment",
"operationId": "GetFlowRuns",
"x-ms-visibility": "important",
"parameters": [
{
"name": "environment_name",
"in": "path",
"required": true,
"type": "string",
"default": "Default-82e5f1fb-9ffd-49c1-b0e1-1aae52374ff1",
"x-ms-visibility": "important",
"description": "Environment ID"
},
{
"name": "flow_name",
"in": "path",
"required": true,
"type": "string",
"default": "39190573-dbe9-40a2-a99f-183bb2a3fd31",
"x-ms-visibility": "important",
"description": "Flow ID"
},
{
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"default": "2016-11-01"
}
]
}
}
},
"definitions": {},
"parameters": {},
"responses": {},
"securityDefinitions": {
"undefined": {
"type": "oauth2",
"flow": "accessCode",
"authorizationUrl": "https://login.windows.net/common/oauth2/authorize",
"tokenUrl": "https://login.windows.net/common/oauth2/authorize",
"scopes": {}
}
},
"security": [
{
"undefined": []
}
],
"tags": []
}