Data Platform - Tag Evaluation
Create a tag evaluation run
Creates a new tag evaluation run record in PENDING status. Used by the Databricks scheduler or external callers before starting evaluation. Requires Bearer token authentication.
POST
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.
Body
application/json
Organization UUID that owns this run
Minimum string length:
1What initiated the run: MANUAL (user), SCHEDULED (cron), or API (external caller)
Available options:
MANUAL, SCHEDULED, API Subset of tag rule IDs to evaluate; omit to evaluate all active rules for the organization
Minimum string length:
1
