Skip to main content
EnvironmentGet All Environments
TestMu AI
StatusCommunityBlog
Environment

Get All Environments

Get All Environments

GET
/api/v1/environments
Get All Environments
curl --request GET \
--url "https://test-manager-api.lambdatest.com//api/v1/environments" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"organization_id": 166750,
"environments": [
{
"environment_id": 4,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "iOS",
"os_version": "16",
"browser": "Firefox",
"browser_version": "121",
"brand": "Apple",
"device": "iPhone 15"
},
{
"environment_id": 1,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "MacOS",
"os_version": "Sonoma",
"browser": "Safari",
"browser_version": "17",
"resolution": "1920x1080"
},
{
"environment_id": 3,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "Android",
"os_version": "14",
"browser": "Chrome",
"browser_version": "104",
"brand": "Samsung",
"device": "Galaxy S22"
},
{
"environment_id": 2,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "Windows",
"os_version": "11",
"browser": "Chrome",
"browser_version": "104",
"resolution": "1920x1080"
},
{
"environment_id": 5,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "Windows 11",
"browser": "Chrome",
"resolution": "1024*766"
},
{
"environment_id": 6,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "Android",
"browser": "Chrome",
"brand": "Samsung",
"device": "Flip 3",
"resolution": "1024*766"
},
{
"environment_id": 7,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "ios",
"browser": "Opera",
"brand": "Apple",
"device": "iPhone 13 Pro",
"resolution": "1024*766"
}
]
}
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

pageinteger
per_pageinteger
sortstring

Response

application/json

OK

dataobject
data.organization_idnumber
Example: 166750
data.environmentsobject[]
Get All Environments
curl --request GET \
--url "https://test-manager-api.lambdatest.com//api/v1/environments" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"organization_id": 166750,
"environments": [
{
"environment_id": 4,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "iOS",
"os_version": "16",
"browser": "Firefox",
"browser_version": "121",
"brand": "Apple",
"device": "iPhone 15"
},
{
"environment_id": 1,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "MacOS",
"os_version": "Sonoma",
"browser": "Safari",
"browser_version": "17",
"resolution": "1920x1080"
},
{
"environment_id": 3,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "Android",
"os_version": "14",
"browser": "Chrome",
"browser_version": "104",
"brand": "Samsung",
"device": "Galaxy S22"
},
{
"environment_id": 2,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "Windows",
"os_version": "11",
"browser": "Chrome",
"browser_version": "104",
"resolution": "1920x1080"
},
{
"environment_id": 5,
"platform": "Desktop",
"name": "Mobile iOS",
"os": "Windows 11",
"browser": "Chrome",
"resolution": "1024*766"
},
{
"environment_id": 6,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "Android",
"browser": "Chrome",
"brand": "Samsung",
"device": "Flip 3",
"resolution": "1024*766"
},
{
"environment_id": 7,
"platform": "Mobile",
"name": "Mobile iOS",
"os": "ios",
"browser": "Opera",
"brand": "Apple",
"device": "iPhone 13 Pro",
"resolution": "1024*766"
}
]
}
}