{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Get Batch Test API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Get Batch Test", "type": "folder" }, "items": [ { "info": { "name": "getBatchTest", "type": "http" }, "http": { "method": "GET", "url": "https://api.retellai.com/get-batch-test/:test_case_batch_job_id", "params": [ { "name": "test_case_batch_job_id", "value": "", "type": "path", "description": "ID of the batch test job to retrieve" } ] }, "docs": "Get a batch test job by ID" } ] } ], "bundled": true }