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

Response schema changed for GET /admins/activity_logs (activity_log_metadata)

Affected surface
GET /admins/activity_logs
Affected field
activity_log_metadata

What changed

Response schema changed for GET /admins/activity_logs (activity_log_metadata) Affected surface: GET /admins/activity_logs. Root cause: schema `activity_log_metadata`. Detected at Thu, 06 Aug 2026 15:25:52 UTC UTC.

Diff

{
  "added_fields": [
    "threshold_minutes",
    "last_activity_at",
    "previous_state",
    "auto",
    "changes",
    "new_state",
    "setting_type"
  ],
  "path": "GET /admins/activity_logs",
  "schema_path": "schema activity_log_metadata"
}

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.