List Test Executions
Returns a list of summarised test executions. The list is ordered by the start time of the execution, with the most recent execution first. It can be paginated by providing a paginationToken query parameter obtained from a previous response.
Authorizations
a valid bearer token
Query Parameters
Filter results to test executions belonging to this project.
Token to fetch the next batch of results for a previous query.
The maximum number of results to return (capped at 100).
Search against test name, with case-insensitive partial matching.
Filter results to test executions within this environment.
Filter results to test executions started at or after this moment.
Filter results to test executions started at or before this moment.
Filter results to test executions that started within this time frame, relative to now. Accepts an ISO-8601 duration string in the PnDTnHnMnS format, using days, hours, minutes and/or seconds, e.g. P1D, P7D, PT1H, PT30M, PT90S. Week, month and year units (P1W, P1M, P1Y) are not supported — use the day-based equivalents P7D, P30D and P365D instead.
Filter results to test executions which have the status of one of the provided values.
RUNNING, SUCCESS, FAILED, CANCELLING, CANCELLED, FORBIDDEN, SKIPPED, UNKNOWN 