Creates a new job from a job definition and audience.
If the audience is not already recruiting, recruiting is started automatically. The RecruitingStarted field indicates whether this happened.
Request body
The id of the job definition to use.
The id of the audience to target.
The revision number to use. If not specified, the latest revision will be used.
The name of the job. If not specified, defaults to "{definition name}:{revision number}".
The priority of the job. Higher values mean higher priority. When omitted, a per-owner default is applied server-side. A requested value is capped for non-admin customers.
Optional id of a job that must finish before this job starts. When set, this job is queued until the preceding job completes or fails.
Whether the job's owner should be emailed when the job completes. Defaults to false.
Whether Rapidata's explicit-content check should run for this job. Leave null to use the default for the caller's account. Set true to force the check on. Set false to skip it — honored only when the account is permitted to skip; otherwise the check still runs and ContentCheckSkipDenied is set on the response.
Response
OK
The id of the created job.
Whether recruiting was automatically started for the audience.
True when the caller asked to skip the explicit-content check but is not permitted to; the check runs regardless. Advisory — the job is created and runs either way.