Test Results
Authorizations
AuthorizationstringRequired
API key authentication using Bearer token
Path parameters
signaturestringRequiredExample:
The test signature
abc123def456Query parameters
date_startstring · date-timeRequiredExample:
Start date in ISO 8601 format
2024-01-01T00:00:00.000Zdate_endstring · date-timeRequiredExample:
End date in ISO 8601 format
2024-01-31T23:59:59.999Zlimitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of items to return (default: 10)
10starting_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
400
Invalid request parameters
application/json
401
Authentication failed
application/json
404
Resource not found
application/json
get
/test-results/{signature}Last updated
Was this helpful?