Update an alert evaluation run
Updates an alert evaluation run with status, completion stats, or error information. Used by the Databricks notebook to report execution results. Requires Bearer token authentication and organizationId for tenant isolation.
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Path Parameters
Unique identifier of the alert-evaluation run
1Body
Organization UUID for tenant isolation
1New status for the run
PENDING, RUNNING, SUCCESS, FAILED Human-readable error detail; provide when status=FAILED
Completion statistics; required when transitioning to SUCCESS

