GET
/
environments
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments \
  --header 'X-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "orgId": "<string>",
    "userId": "<string>",
    "envId": "<string>",
    "pEnvId": 123,
    "pEdgeKey": "<string>",
    "systemData": {},
    "isCompliant": true,
    "failedComplianceReason": "<string>",
    "initState": {},
    "hold": {},
    "listing": {},
    "apiKey": "<string>",
    "heartbeat": {},
    "isSeed": true
  }
]

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Successfully retrieved environments

The response is of type object[].