> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Tests

List all test between the start and end dates.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                  |
  | --------------- | -------------------------------------------------------------------------------------------- |
  | End Timestamp   | Latest Task Run to include in the data, based on the date that the Task Run ended.           |
  | Start Timestamp | Earliest Task Run to include in the data, based on the date that the Task Run was initiated. |
</div>

## Example Output

```json theme={"dark"}
{
	"task_runs": [
		{
			"id": "6177ecbb4d174d6fc20f1d3a",
			"start_timestamp": 1630017381279.516,
			"end_timestamp": 1650017381279.516,
			"duration": 94423,
			"status": "failed",
			"type": "whatIf",
			"name": "Scenario 1",
			"description": "Scenario 1"
		}
	]
}
```

## Workflow Library Example

[List Tests with Pentera and Send Results Via Email](https://library.blinkops.com/workflows/list-tests-with-pentera-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-tests-with-pentera-and-send-results-via-email/canvas" />
</div>
