jobs

Create a new batch job with an optional name

post/v1/projects/{projectOrProductUID}/jobs

Path parameters

projectOrProductUIDstring required

Query parameters

namestring required

Name for the job

Request body

object required

Job definition (structure varies by job type)

Response

Job created successfully

job_uidstring required

The unique identifier for the created job

Changes