Azure DevOps · Schema

TimelineRecord

A single record in the build timeline

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id string
parentId string ID of the parent record (e.g., job's parent is a stage)
type string Record type (Phase, Job, Task, Checkpoint)
name string Display name of the record
startTime string
finishTime string
state string
result string
resultCode string
changeId integer
lastModified string
workerName string Name of the agent that executed this record
order integer Display order within the parent
errorCount integer Number of errors in this record
warningCount integer Number of warnings in this record
url string
log object Log reference for this record
issues array Issues (errors/warnings) encountered in this record
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-timelinerecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimelineRecord",
  "title": "TimelineRecord",
  "type": "object",
  "description": "A single record in the build timeline",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "parentId": {
      "type": "string",
      "format": "uuid",
      "description": "ID of the parent record (e.g., job's parent is a stage)"
    },
    "type": {
      "type": "string",
      "description": "Record type (Phase, Job, Task, Checkpoint)"
    },
    "name": {
      "type": "string",
      "description": "Display name of the record"
    },
    "startTime": {
      "type": "string",
      "format": "date-time"
    },
    "finishTime": {
      "type": "string",
      "format": "date-time"
    },
    "state": {
      "type": "string",
      "enum": [
        "pending",
        "inProgress",
        "completed"
      ]
    },
    "result": {
      "type": "string",
      "enum": [
        "succeeded",
        "succeededWithIssues",
        "failed",
        "canceled",
        "skipped",
        "abandoned"
      ]
    },
    "resultCode": {
      "type": "string"
    },
    "changeId": {
      "type": "integer"
    },
    "lastModified": {
      "type": "string",
      "format": "date-time"
    },
    "workerName": {
      "type": "string",
      "description": "Name of the agent that executed this record"
    },
    "order": {
      "type": "integer",
      "description": "Display order within the parent"
    },
    "errorCount": {
      "type": "integer",
      "description": "Number of errors in this record"
    },
    "warningCount": {
      "type": "integer",
      "description": "Number of warnings in this record"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "log": {
      "type": "object",
      "description": "Log reference for this record",
      "properties": {
        "id": {
          "type": "integer"
        },
        "type": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "issues": {
      "type": "array",
      "description": "Issues (errors/warnings) encountered in this record",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "error",
              "warning"
            ]
          },
          "category": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "additionalProperties": true
          }
        }
      }
    }
  }
}

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-timelinerecord"
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.