latestOpenAPI 3.0.32026-08-10119559584.8 KB
6d091bc86a33
Job Runs
Trigger a job run
Starts a run of the specified job. Supports an optional backrun to backfill prior periods. Returns a receipt with the generated run ID.
Permissions
- Required: DATA_QUALITY and DATA_QUALITY_JOB_RUN
- Global bypass:
- DATA_QUALITY and RESOURCE_MANAGE_ALL
post/jobs/{jobName}/run
Path parameters
jobNamestring required
Job name. Allowed characters by default: letters, digits, _, ., -. Configurable via the server env variable VALIDATION_PATTERN_JOB_NAME. Default pattern: ^[a-zA-Z0-9_.-]+$.
Job name
Request body
Response
Accepted. Run created and queued.