GET
/
environments
/
{envId}
/
listing
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/{envId}/listing \
  --header 'X-API-Key: <api-key>'
{
  "envId": "<string>",
  "availabilityWindows": {},
  "pricing": {},
  "selectedGPUs": 123,
  "totalGPUs": 123,
  "availableGPUs": 123,
  "totalCPUs": 123,
  "totalRAM": 123,
  "totalStorage": 123,
  "gpuName": "<string>",
  "gpuInterconnect": "<string>",
  "gpuVRAM": 123,
  "gpuCUDA": "<string>",
  "gpuBandwidth": 123,
  "location": "<string>",
  "networkUploadSpeed": 123,
  "networkDownloadSpeed": 123,
  "type": {},
  "activeRentalIds": {},
  "isListed": true,
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

envId
string
required

Environment ID

Response

200
application/json
Successfully retrieved environment listing
envId
string

Environment identifier

availabilityWindows
object

Availability windows configuration

pricing
object

Pricing configuration

selectedGPUs
number

Number of GPUs selected by user (only present in rentals)

totalGPUs
number

Total number of GPUs on the device

availableGPUs
number

Number of GPUs currently available for rental

totalCPUs
number

Total CPU cores in GB

totalRAM
number

Total RAM in GB

totalStorage
number

Total storage in GB

gpuName
string

Name of the GPU model

gpuInterconnect
string

GPU interconnect specification

gpuVRAM
number

GPU VRAM capacity

gpuCUDA
string

CUDA version/capability

gpuBandwidth
number

GPU bandwidth

location
string

Physical location of the environment

networkUploadSpeed
number

Network upload speed

networkDownloadSpeed
number

Network download speed

type
object

Listing type configuration

activeRentalIds
object

Active rental IDs configuration

isListed
boolean

Whether the environment is listed

updatedAt
string

Last update timestamp