Get Test Manager Environments
tm.get_environmentsList available environment configurations (browser, OS, device, resolution) across the organization. Filter by browser, OS, platform, or resolution; paginate results; optionally include run counts.
Instructions
Lists environment configurations (browser/OS/device/resolution combinations) available in this LambdaTest organization, org-wide rather than scoped to a single project. Each entry's environment_id in this tool's output IS a valid value to pass as environment_id on tm.add_testCasesToTestRun/tm.update_testCaseInstance. Supports pagination (page, per_page), filtering by browser, os, platform, and/or resolution, and include_run_count to show how many test runs already use each config. This can be a large list, so use the filters to narrow it down rather than paging through everything. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | ||
| page | No | ||
| browser | No | ||
| per_page | No | ||
| platform | No | ||
| resolution | No | ||
| include_run_count | No |