List Tests
List all test between the start and end dates.
Parameters
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. |
Example Output
{
"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
Preview this Workflow on desktop