curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/benchmarks/7d9c8f90-1234-5678-9abc-def012345678/tests/execute' \ --header 'Authorization: Bearer YOUR_JWT_TOKEN' \ --header 'Content-Type: application/json' \ --data '{}'
{ "queued_count": 25, "test_ids": [1234, 1235, 1236, 1237, 1238, ...], "message": "Successfully queued 25 tests for execution" }
Queue multiple tests for execution in a benchmark