Update a sandbox ingest run
Updates a sandbox ingest run with status, completion stats, or error info. Called by the Databricks notebook to report execution results (including the top-50 findings). Rejects updates to terminal runs. 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 sandbox-ingest run
1Body
Organization UUID for tenant isolation
1New status for the run
PENDING, RUNNING, SUCCESS, FAILED Databricks job run ID for cross-system correlation
Human-readable error detail; provide when status=FAILED
Completion statistics including findings; required when transitioning to SUCCESS

