Tests
List Tests
Retrieve a paginated list of test cases for your project, optionally filtered to a single folder.
GET
Authentication: Any authenticated API key
When neither
folder_path nor folder_id is supplied, every test in the
project is returned (including tests in nested folders). Specifying a folder
returns only the tests directly inside that folder — recursion is not
performed.Query Parameters
Folder path (e.g.
"regression/smoke"). "/" or omitting the field means root.
Mutually exclusive with folder_id — supplying both returns 400.Pre-resolved folder UUID. Mutually exclusive with
folder_path.Page number (0-indexed)
Results per page (1-100)
Response
Array of test summary objects
Pagination metadata (
page, page_size, total_count, total_pages)TestSummary Object
Unique identifier for the test (UUID)
Test name
Test kind:
verification, discovery, or taskFolder UUID, or
null if the test is at the project rootResolved folder path string (e.g.
"regression/smoke"). "/" if at root.Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Folder path filter (mutually exclusive with folder_id). "/" or omitted means root.
Folder UUID filter (mutually exclusive with folder_path)
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100