Buildkite · GraphQL Specification

Buildkite GraphQL API

GraphQL endpoint that returns deeply nested data on organizations, pipelines, builds, jobs, agents, clusters, queues, teams, audit events, suites, test executions, and package registries in a single request. Implements the Relay specification for pagination and supports schema introspection. Requires an API access token with "Enable GraphQL API Access" permission. GraphQL Portals allow scoped, schema-filtered access without per-token scopes.

Documentation Endpoint View on GitHub CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksGraphQL

Overview

Buildkite GraphQL API is a GraphQL API specification published by Buildkite on the APIs.io network.

GraphQL endpoint that returns deeply nested data on organizations, pipelines, builds, jobs, agents, clusters, queues, teams, audit events, suites, test executions, and package registries in a single request. Implements the Relay specification for pagination and supports schema introspection. Requires an API access token with “Enable GraphQL API Access” permission. GraphQL Portals allow scoped, schema-filtered access without per-token scopes.

The GraphQL endpoint is available at https://graphql.buildkite.com/v1. documentation is published at https://buildkite.com/docs/apis/graphql-api.

The specification includes 3 reference links.

Tagged areas include CI/CD, Continuous Integration, Continuous Delivery, DevOps, and Pipelines.

Endpoint

https://graphql.buildkite.com/v1

References

Related API Specs

Buildkite REST API (OpenAPI) Buildkite Agent API (OpenAPI)
Back to Buildkite · All GraphQL Specs · GitHub