Test Results

Query historical test execution results.

Test results provide detailed information about individual test executions across multiple runs. You can filter by date range, branch, tags, git author, and test status.

Get test results

get
/test-results/{signature}

Get historical test execution results for a specific test signature

Authorizations
AuthorizationstringRequired

API key authentication using Bearer token

Path parameters
signaturestringRequired

The test signature

Example: abc123def456
Query parameters
date_startstring · date-timeRequired

Start date in ISO 8601 format

Example: 2024-01-01T00:00:00.000Z
date_endstring · date-timeRequired

End date in ISO 8601 format

Example: 2024-01-31T23:59:59.999Z
limitinteger · min: 1 · max: 100Optional

Maximum number of items to return (default: 10)

Default: 10
starting_afterstringOptional

Cursor for pagination. Returns items after this cursor value.

ending_beforestringOptional

Cursor for pagination. Returns items before this cursor value.

branchstring[]Optional

Filter by git branch (can be specified multiple times)

tagstring[]Optional

Filter by run tags (can be specified multiple times)

git_authorstring[]Optional

Filter by git author (can be specified multiple times)

groupstring[]Optional

Filter by run group (can be specified multiple times)

Responses
200

Successful response

application/json
get
/test-results/{signature}

Last updated

Was this helpful?