Back to Sentry API
Sentry API

Remove required `openIssues` field from Monitor response schema

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The openIssues integer field has been removed from the Monitor response schema across all monitor-related endpoints (list, fetch, create, update). It was previously listed as a required response property, so any client code that reads or depends on openIssues will break at runtime when the field is no longer returned.

Open the source documentation