List Modules
Modules
List Modules
GET
List Modules
Retrieve modules in your account, with optional filtering and step inclusion.
Fetch specific modules with steps:
Query parameters
Comma-separated list of module IDs to fetch. Omit to retrieve all modules.
Whether to include the full step details (flattened, with nested modules expanded) for each module. Defaults to
false.When
with_steps=true, scopes each step’s internal cache to a specific execution config. Typically you don’t construct this yourself — the runtime resolves it for you when a run is triggered.Filter by test suite ID. Pass
"none" to get modules with no suite.Filter by folder path. Defaults to
"/" (root folder).If
true, return modules from all folders. Defaults to false.Search modules by title (case-insensitive partial match).
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.Example requests
Fetch all modules without steps:Response
An array of module 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.
