jobs

List all batch jobs for a project

get/v1/projects/{projectOrProductUID}/jobs

Path parameters

projectOrProductUIDstring required

Response

List of batch jobs

Example response

{
  "jobs": [
    {
      "last_run_completed": 1775252922,
      "last_run_status": "dry run completed successfully",
      "last_run_submitted": 1775252900
    }
  ]
}

Changes