New: MCP server monitoring is live. Start free
TelnyxSchemaAdditive

Response schema changed for GET /ai/assistants/{assistant_id}/versions/{version_id} (inference-embedding_Assistant)

Affected surface
GET /ai/assistants/{assistant_id}/versions/{version_id}
Affected field
inference-embedding_Assistant

What changed

Response schema changed for GET /ai/assistants/{assistant_id}/versions/{version_id} (inference-embedding_Assistant) Affected surface: GET /ai/assistants/{assistant_id}/versions/{version_id}. Root cause: schema `inference-embedding_Assistant`. Detected at Thu, 30 Apr 2026 00:21:29 UTC UTC.

Diff

{
  "added_fields": [
    "interruption_settings",
    "tags",
    "mcp_servers",
    "version_id",
    "version_name",
    "version_created_at",
    "integrations",
    "dynamic_variables_webhook_timeout_ms",
    "related_mission_ids"
  ],
  "path": "GET /ai/assistants/{assistant_id}/versions/{version_id}",
  "schema_path": "schema inference-embedding_Assistant"
}

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.