{ "opencollection": "1.0.0", "info": { "name": "Testmo REST Automation Runs Automation Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Automation Sources", "type": "folder" }, "items": [ { "info": { "name": "Get an automation source", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/automation/sources/:source_id", "params": [ { "name": "source_id", "value": "", "type": "path", "description": "The ID of the automation source." } ] }, "docs": "Retrieves a single automation source with aggregated statistics and metrics." }, { "info": { "name": "List automation sources for a project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/projects/:project_id/automation/sources", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "page", "value": "", "type": "query", "description": "The page of results to retrieve." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of entries per page." } ] }, "docs": "Lists the automation sources of a project, including average and aggregated source statistics and metrics." } ] } ], "bundled": true }