Tests Explorer
Authorizations
AuthorizationstringRequired
API key authentication using Bearer token
Path parameters
projectIdstringRequiredExample:
The project ID
proj_abc123Query 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.999ZpageintegerOptionalDefault:
Page number (0-indexed)
0limitinteger · min: 1OptionalDefault:
Maximum number of items to return (default: 50)
50tagsstring[]Optional
Filter by tags (can be specified multiple times)
branchesstring[]Optional
Filter by branches (can be specified multiple times)
groupsstring[]Optional
Filter by groups (can be specified multiple times)
authorsstring[]Optional
Filter by git authors (can be specified multiple times)
orderstring · enumOptionalDefault:
Field to order results by
titlePossible values: dirstring · enumOptionalDefault:
Sort direction
descPossible values: specstringOptional
Filter tests by spec file name (partial match)
titlestringOptional
Filter tests by title (partial match)
min_executionsinteger · min: 1Optional
Minimum number of executions to include
Responses
200
Successful response
application/json
400
Invalid request parameters
application/json
401
Authentication failed
application/json
404
Resource not found
application/json
get
/tests/{projectId}Last updated
Was this helpful?