POST
/job/{jobId}/approve
Approves a job in manual review so its pipeline can start processing.
POST
/job/definition
Creates a new job definition.
POST
/job
Creates a new job from a job definition and audience.
POST
/job/definition/{definitionId}/revision
Creates a new revision for an existing job definition.
GET
/job/definition/{definitionId}/revision
Gets the latest revision for a job definition.
DELETE
/job/definition/{definitionId}
Deletes a job definition and all its revisions.
GET
/job/definition/{definitionId}
Gets a job definition by its id.
PATCH
/job/definition/{definitionId}
Updates a job definition.
DELETE
/job/{jobId}
Deletes a job.
GET
/job/{jobId}
Gets a job by its id.
PATCH
/job/{jobId}
Updates a job.
GET
/job/{jobId}/download-results
Downloads the results of a job as a file attachment.
GET
/job/{jobId}/cost-estimate
Estimates the cost of running a job to completion.
GET
/job/definition/{definitionId}/cost-estimate
Estimates the cost of running a job definition's latest revision to completion.
GET
/job/{jobId}/results
Gets the results of a job as a JSON string.
GET
/job/definition/{definitionId}/revision/{revisionNumber}
Gets a specific revision for a job definition.
POST
/job/{jobId}/pause
Pauses a job, stopping all of its campaigns from processing.
GET
/jobs/aggregated-overview
Retrieves jobs aggregated by customer with total counts and most recent job information.
GET
/job/definitions
Queries job definitions visible to the caller.
GET
/job/definition/{definitionId}/revisions
Queries the revisions of a specific job definition.
GET
/jobs
Queries jobs visible to the caller.
GET
/job/definitions/public
Queries job definitions that have been shared publicly, regardless of owner, so they can be reused as templates.
POST
/job/{jobId}/resume
Resumes a job, restarting all of its campaigns.
POST
/job/{jobId}/retry
Retries processing of a failed job.
PATCH
/job/definition/{definitionId}/share
Marks or unmarks a job definition as a public template that other users can discover and run.
PATCH
/job/{jobId}/share
Marks or unmarks a job as public so its results can be shared with other users.