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.
Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
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 starting within this time frame.
Filter results to test executions which have the status of one of the provided values.
RUNNING, SUCCESS, FAILED, CANCELLING, CANCELLED, FORBIDDEN, SKIPPED, UNKNOWN