Skip to main content
GET
List Test Executions

Authorizations

Authorization
string
header
required

a valid bearer token

Query Parameters

projectId
string

Filter results to test executions belonging to this project.

paginationToken
string

Token to fetch the next batch of results for a previous query.

limit
integer<int32>
default:25

The maximum number of results to return (capped at 100).

testName
string

Search against test name, with case-insensitive partial matching.

environmentName
string

Filter results to test executions within this environment.

startedAfter
string<date-time>

Filter results to test executions started at or after this moment.

startedBefore
string<date-time>

Filter results to test executions started at or before this moment.

timeFrame
string

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.

status
enum<string>

Filter results to test executions which have the status of one of the provided values.

Available options:
RUNNING,
SUCCESS,
FAILED,
CANCELLING,
CANCELLED,
FORBIDDEN,
SKIPPED,
UNKNOWN

Response

Test executions returned successfully

more
string

Token for fetching the next batch of results for this query; if omitted then there are no more.

results
object[]

Results of query