GET
/
environments
/
listings
curl --request GET \
  --url https://restapi.gputrader.io/v1/environments/listings \
  --header 'X-API-Key: <api-key>'
{
  "listings": [
    {
      "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"
    }
  ],
  "lastEvaluatedKey": "<string>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
number

Maximum number of results to return (max 100)

lastEvaluatedKey
string

Key for pagination

available
boolean

Filter by availability status

gpuName
string

Filter by GPU name (comma-separated list)

envId
string

Filter by environment ID (comma-separated list)

gpuVRAM
string

Filter by GPU VRAM (comma-separated list)

availableGPUs
string

Filter by number of available GPUs (comma-separated list)

type
string

Filter by environment type

location
string

Filter by location (comma-separated list)

price
string

Filter by price (comma-separated list)

Response

200
application/json
Successfully retrieved environment listings
listings
object[]
required
lastEvaluatedKey
string

Encoded key for retrieving the next page of results