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

Enum values changed in GET /v1/blocks/{block_id}/children (apiTranscriptionStatus)

Affected surface
GET /v1/blocks/{block_id}/children
Affected field
apiTranscriptionStatus

What changed

Enum values changed in GET /v1/blocks/{block_id}/children (apiTranscriptionStatus) Affected surface: GET /v1/blocks/{block_id}/children. Root cause: schema `apiTranscriptionStatus`. Detected at Tue, 14 Jul 2026 02:22:42 UTC UTC.

Diff

{
  "added_enums": [
    "transcription_failed"
  ],
  "path": "GET /v1/blocks/{block_id}/children",
  "schema_path": "schema apiTranscriptionStatus"
}

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.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

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.