Skip to main content
GET
/
v1
/
applications
/
{applicationShortId}
/
environments
List application environments
curl --request GET \
  --url https://api.qa.tech/v1/applications/{applicationShortId}/environments \
  --header 'Authorization: Bearer <token>'
{
  "environments": [
    {
      "shortId": "<string>",
      "name": "<string>",
      "url": "<string>",
      "isProduction": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

applicationShortId
string
required
Pattern: ^app(-.+_.+|_.+)$

Response

200 - application/json

The request has succeeded.

environments
object[]
required