Re-run a batch

View as Markdown

Create a new group-run batch from the runnable tests in a prior batch. Deleted, disabled, or malformed tests are skipped and returned as skippedTestIds.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

batchIdstringRequiredformat: "uuid"
Source batch ID

Response

Batch re-run queued successfully

statusenum
groupIdstringformat: "uuid"
batchIdstringformat: "uuid"
sourceBatchIdstringformat: "uuid"
runIdslist of strings
queuedRunIdslist of strings
cancelledRunIdslist of strings
skippedTestIdslist of strings
countinteger

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error