tasks
Batch trigger a specific task
Batch trigger a specific task with up to 1,000 payloads. All items in the batch run the same task.
post/api/v1/tasks/{taskIdentifier}/batch
Request body
Example request
{
"items": [
{
"options": {
"tags": "user_123456",
"machine": "small-2x"
}
}
]
}Response
Batch triggered successfully
Example response
{
"batchId": "batch_1234"
}