Test Results
API key authentication using Bearer token
The test signature
abc123def456Start date in ISO 8601 format
2024-01-01T00:00:00.000ZEnd date in ISO 8601 format
2024-01-31T23:59:59.999ZMaximum number of items to return (default: 10)
10Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)
["tag1","tag2"]Filter by branches (can be specified multiple times using bracket notation, e.g., branches[]=main&branches[]=develop)
["main","develop"]Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)
["author1","author2"]Filter by groups (can be specified multiple times using bracket notation, e.g., groups[]=group1&groups[]=group2)
["group1","group2"]Deprecated. Use branches[] instead. Filter by git branch (can be specified multiple times using bracket notation, e.g., branch[]=main&branch[]=develop)
["main","develop"]Deprecated. Use tags[] instead. Filter by run tags (can be specified multiple times using bracket notation, e.g., tag[]=tag1&tag[]=tag2)
["tag1","tag2"]Deprecated. Use authors[] instead. Filter by git author (can be specified multiple times using bracket notation, e.g., git_author[]=author1&git_author[]=author2)
["author1","author2"]Filter by flaky status. When true, returns only flaky tests. When false, returns only non-flaky tests. When omitted, returns all tests regardless of flaky status. Can be combined with status filter using AND logic (e.g., status[]=passed&flaky=true returns only flaky passed tests).
Deprecated. Use groups[] instead. Filter by run group (can be specified multiple times using bracket notation, e.g., group[]=group1&group[]=group2)
["group1","group2"]Successful response
Invalid request parameters
Authentication failed
Resource not found
Last updated
Was this helpful?