Skip to main content
GET
List Tests
Retrieve all test blueprints in your account with their last run information.

Query parameters

string
Filter by blueprint type. Must be one of: "integration", "module", "step_module".
string
Filter by test suite ID. Pass "none" to get tests with no suite.
string
Filter by folder path. Defaults to "/" (root folder).
boolean
If true, return tests from all folders. Defaults to false.
Search tests by title (case-insensitive partial match).
boolean
If true, include used_by_integration_count for module-type blueprints. Defaults to false.
integer
Page number for pagination (1-indexed). Use with per_page.
integer
Number of results per page. Enables pagination when set.
integer
Offset for pagination. Use with limit as an alternative to page/per_page.
integer
Maximum number of results. Use with offset.

Response

object[]
An array of test blueprint objects.
object
Pagination metadata. Only included when using page/per_page or offset/limit parameters.
string[]
List of subfolder paths within the current folder. Not included when using search or include_all_folders.

Example response