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

Query parameters

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

Response

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

Example response