# Get a script Retrieves information about the script specified by the script ID, script_id. Script IDs are integers and are unique across projects. To find the ID of a script via the app, browse to the relevant script and inspect the page URL. By default, most information about the script is returned, including its tests, fields, run headers and results. Use the common URL Parameters to modify the contents of the response object. Takes Common URL Parameters for controlling the contents of contained objects. Defaults for common parameters: - subfolders (not relevant) - scripts=full - tests=full - fields=full - runs=full - results=full - progress=terse Endpoint: GET /scripts/{script_id} Version: 1.0 ## Path parameters: - `script_id` (integer, required) The script ID. ## Response 200 fields