List Tests
Tests
List Tests
GET
List Tests
Retrieve all test blueprints in your account with their last run information.
Query parameters
Filter by blueprint type. Must be one of:
"integration", "module", "step_module".Filter by test suite ID. Pass
"none" to get tests with no suite.Filter by folder path. Defaults to
"/" (root folder).If
true, return tests from all folders. Defaults to false.Search tests by title (case-insensitive partial match).
If
true, include used_by_integration_count for module-type blueprints. Defaults to false.Page number for pagination (1-indexed). Use with
per_page.Number of results per page. Enables pagination when set.
Offset for pagination. Use with
limit as an alternative to page/per_page.Maximum number of results. Use with
offset.Response
An array of test blueprint objects.
Pagination metadata. Only included when using
page/per_page or offset/limit parameters.List of subfolder paths within the current folder. Not included when using
search or include_all_folders.
