Buildkite · Schema
Buildkite Build
A Buildkite Build resource as returned by the REST API. Tracks https://buildkite.com/docs/apis/rest-api/builds.
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| graphql_id | string | |
| url | string | |
| web_url | string | |
| number | integer | |
| state | string | |
| blocked | boolean | |
| message | stringnull | |
| commit | string | |
| branch | string | |
| tag | stringnull | |
| env | object | |
| source | string | |
| creator | object | |
| jobs | array | |
| created_at | string | |
| scheduled_at | string | |
| started_at | stringnull | |
| finished_at | stringnull | |
| pipeline_id | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/buildkite-com/main/json-schema/buildkite-build-schema.json",
"title": "Buildkite Build",
"description": "A Buildkite Build resource as returned by the REST API. Tracks https://buildkite.com/docs/apis/rest-api/builds.",
"type": "object",
"required": ["id", "number", "state", "branch", "commit"],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"graphql_id": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
},
"web_url": {
"type": "string",
"format": "uri"
},
"number": {
"type": "integer",
"minimum": 1
},
"state": {
"type": "string",
"enum": [
"running",
"scheduled",
"passed",
"failed",
"blocked",
"canceled",
"canceling",
"skipped",
"not_run",
"finished"
]
},
"blocked": {
"type": "boolean"
},
"message": {
"type": ["string", "null"]
},
"commit": {
"type": "string"
},
"branch": {
"type": "string"
},
"tag": {
"type": ["string", "null"]
},
"env": {
"type": "object"
},
"source": {
"type": "string",
"enum": ["webhook", "ui", "api", "schedule", "trigger_job"]
},
"creator": {
"type": "object"
},
"jobs": {
"type": "array",
"items": {
"type": "object"
}
},
"created_at": {
"type": "string",
"format": "date-time"
},
"scheduled_at": {
"type": "string",
"format": "date-time"
},
"started_at": {
"type": ["string", "null"],
"format": "date-time"
},
"finished_at": {
"type": ["string", "null"],
"format": "date-time"
},
"pipeline_id": {
"type": "string",
"format": "uuid"
}
}
}
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/buildkite-build"
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.