New: MCP server monitoring is live. Start free trial
Fly.ioSchemaAdditive

Response schema changed for GET /orgs/{org_slug}/machines (OrgMachinesResponse)

Affected surface
GET /orgs/{org_slug}/machines
Affected field
OrgMachinesResponse

What changed

Response schema changed for GET /orgs/{org_slug}/machines (OrgMachinesResponse) Affected surface: GET /orgs/{org_slug}/machines. Root cause: schema `OrgMachinesResponse`. Detected at Tue, 05 May 2026 00:06:08 UTC UTC.

Diff

{
  "added_fields": [
    "error_regions"
  ],
  "path": "GET /orgs/{org_slug}/machines",
  "schema_path": "schema OrgMachinesResponse"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.