tasks
Batch trigger tasks
Batch trigger tasks with up to 1,000 payloads with SDK 4.3.1+ (500 in prior versions).
post/api/v1/tasks/batch
Request body
Example request
{
"items": [
{
"options": {
"tags": "user_123456",
"machine": "small-2x"
}
}
]
}Response
Task batch triggered successfully
Example response
{
"batchId": "batch_1234"
}