Skip to main content

Scripts in a Test Run

This Eggplant Performance Analyzer REST method returns information about the scripts used in a test run. You use the following URL with a GET HTTP method as described here.

URL

/analyzer/api/1.0/<workspace>/<project>/<series>/<test>/<run number>/scripts

HTTP Method

GET: Gets information about the scripts in the test run.

Response Parameters

ParameterTypeDescription
scriptsarrayList of scripts in the test run.

Example Request

http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1/scripts

Example Response

{
"scripts": ["Script 1"]
}