New: MCP server monitoring is live. Start free trial
AnthropicSchemaAdditive

Schema reference changed in GET /v1/skills/{skill_id}?beta=true response 200: "BetaGetSkillResponse" → "BetaSkill"

Affected surface
GET /v1/skills/{skill_id}?beta=true

What changed

Schema reference changed in GET /v1/skills/{skill_id}?beta=true response 200: "BetaGetSkillResponse" → "BetaSkill" Affected surface: GET /v1/skills/{skill_id}?beta=true. Root cause: endpoint `GET /v1/skills/{skill_id}?beta=true`. Detected at Sat, 29 Aug 2026 07:35:40 UTC UTC.

Diff

{
  "current_value": "BetaSkill",
  "path": "GET /v1/skills/{skill_id}?beta=true",
  "previous_value": "BetaGetSkillResponse",
  "schema_path": "GET /v1/skills/{skill_id}?beta=true response 200"
}

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.