{ "opencollection": "1.0.0", "info": { "name": "Freeplay HTTP Agents Test Runs API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Test Runs", "type": "folder" }, "items": [ { "info": { "name": "List test runs for a project.", "type": "http" }, "http": { "method": "GET", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/test-runs", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." } ] }, "docs": "List test runs for a project." }, { "info": { "name": "Create a test run from a dataset.", "type": "http" }, "http": { "method": "POST", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/test-runs", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a test run from a dataset." }, { "info": { "name": "Retrieve test run results by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://app.freeplay.ai/api/v2/projects/:project_id/test-runs/id/:test_run_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The Freeplay project ID." }, { "name": "test_run_id", "value": "", "type": "path" } ] }, "docs": "Retrieve test run results by ID." } ] } ], "bundled": true }