Skip to content

Schedule jobs in batch

POST
/resources/jobs/batch

Accepts NDJSON (application/x-ndjson) where each line is a JobSpec JSON object.
Returns NDJSON where each line is a JobScheduleResult, streamed as each job is processed.
Malformed lines produce an error result without aborting the batch.

Responses

Bad Request

JSON
{
  
"errors": [
  
  
{
  
  
  
"code": "string",
  
  
  
"message": "string",
  
  
  
"details": {
  
  
  
  
"additionalProperties": null
  
  
  
}
  
  
}
  
]
}

Samples

© 2024 Hantera AB. All rights reserved.