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.

API entry from apis.yml

apis.yml Raw ↑
aid: buildkite-com:buildkite-graphql-api
name: Buildkite GraphQL API
tags:
- CI/CD
- GraphQL
- Pipelines
- Test Engine
humanURL: https://buildkite.com/docs/apis/graphql-api
baseURL: https://graphql.buildkite.com/v1
properties:
- url: https://buildkite.com/docs/apis/graphql-api
  type: Documentation
- url: https://buildkite.com/docs/apis/graphql/graphql-cookbook
  type: Documentation
- url: https://graphql.buildkite.com/explorer
  type: Sandbox
- url: graphql/buildkite-com-graphql.md
  type: GraphQL
description: 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.