Azure DevOps · Schema

Run

A pipeline run (execution instance)

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id integer Unique numeric identifier of the run
name string Auto-generated run name (usually the build number)
state string Current state of the run
result string Final result of the run (set when state is completed)
createdDate string Date and time the run was created
finishedDate string Date and time the run finished
url string URL to access this run via the REST API
pipeline object The pipeline this run belongs to
resources object Resources used in this run
variables object Variables used in this run
templateParameters object Template parameters used in this run
_links object HAL links for related resources
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-run-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Run",
  "title": "Run",
  "type": "object",
  "description": "A pipeline run (execution instance)",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique numeric identifier of the run",
      "example": 1001
    },
    "name": {
      "type": "string",
      "description": "Auto-generated run name (usually the build number)",
      "example": "20240315.1"
    },
    "state": {
      "type": "string",
      "description": "Current state of the run",
      "enum": [
        "unknown",
        "inProgress",
        "canceling",
        "completed"
      ]
    },
    "result": {
      "type": "string",
      "description": "Final result of the run (set when state is completed)",
      "enum": [
        "unknown",
        "succeeded",
        "failed",
        "canceled"
      ],
      "nullable": true
    },
    "createdDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the run was created"
    },
    "finishedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the run finished",
      "nullable": true
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to access this run via the REST API"
    },
    "pipeline": {
      "type": "object",
      "description": "The pipeline this run belongs to",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "folder": {
          "type": "string"
        },
        "revision": {
          "type": "integer"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "resources": {
      "type": "object",
      "description": "Resources used in this run",
      "properties": {
        "repositories": {
          "type": "object",
          "additionalProperties": {
            "type": "object",
            "properties": {
              "refName": {
                "type": "string"
              },
              "version": {
                "type": "string"
              }
            }
          }
        },
        "pipelines": {
          "type": "object",
          "additionalProperties": {
            "type": "object",
            "properties": {
              "version": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "variables": {
      "type": "object",
      "description": "Variables used in this run",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string"
          },
          "isSecret": {
            "type": "boolean"
          }
        }
      }
    },
    "templateParameters": {
      "type": "object",
      "description": "Template parameters used in this run",
      "additionalProperties": {
        "type": "string"
      }
    },
    "_links": {
      "type": "object",
      "description": "HAL links for related resources",
      "properties": {
        "self": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "web": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "pipeline": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "pipeline.web": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      }
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-devops-run"
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.