Buildkite · Example Payload

Buildkite List Agents Example

CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooks

Buildkite List Agents Example is an example object payload from Buildkite, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.buildkite.com/v2/organizations/api-evangelist/agents",
    "headers": {
      "Authorization": "Bearer $BUILDKITE_API_TOKEN"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "id": "0c4b1c8a-32f1-4a7e-9d22-1f6e8b3a4d11",
        "name": "ip-10-0-1-23-1",
        "connection_state": "connected",
        "hostname": "ip-10-0-1-23.ec2.internal",
        "ip_address": "10.0.1.23",
        "user_agent": "buildkite-agent/3.92.0.x86_64-linux",
        "version": "3.92.0",
        "meta_data": ["queue=default", "os=linux", "arch=amd64"],
        "cluster_id": "f3c2a9d4-7b1e-4c2a-8f0e-5b6d7c8a9012",
        "queue": "default",
        "created_at": "2026-05-25T17:32:11.000Z"
      },
      {
        "id": "9b8a7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
        "name": "mac-m4-builder-3",
        "connection_state": "connected",
        "hostname": "mac-m4-builder-3.local",
        "ip_address": "10.0.2.45",
        "user_agent": "buildkite-agent/3.92.0.arm64-darwin",
        "version": "3.92.0",
        "meta_data": ["queue=macos", "os=darwin", "arch=arm64"],
        "cluster_id": "f3c2a9d4-7b1e-4c2a-8f0e-5b6d7c8a9012",
        "queue": "macos",
        "created_at": "2026-05-25T16:11:00.000Z"
      }
    ]
  }
}