Monitoring applies to published projects only. Demo versions and unpublished projects do not offer API monitoring.
Generate monitoring
- In your project, go to Operations and open API monitoring.
- superun scans the live version and lists the endpoints that are safe to probe.
- Pick a probe frequency: 10 minutes / hourly / daily.
- Start monitoring. Probe results for each endpoint appear in the same place.
Endpoints that are excluded
So the probe itself cannot affect live data, these endpoints are filtered out automatically and never appear in the selectable list:- Endpoints that may modify data, such as create, update, or delete operations.
- Endpoints with side effects, such as sending mail, charging, or notifying external services.
- Endpoints that require real business parameters, where no safe probe request can be constructed.
After you publish a new version
Republishing changes the live endpoints, so an existing monitoring setup may no longer match. After publishing a new version, return to API monitoring and regenerate the configuration so monitoring covers the current live version.Publish
Learn how to publish a project and how Build and Demo versions differ.

