v2

latestOpenAPI 3.1.02026-07-2675166192.8 KB
Pods

Get Pods History

get/api/v1/pods/history

Query parameters

sort_by'terminatedAt' | 'createdAt'
sort_order'asc' | 'desc'
offsetinteger
limitinteger

Response

Successful Response

total_countinteger

Total number of items available in the dataset

offsetinteger

Number of items to skip before starting to collect the result set

limitinteger

Maximum number of items to return

statusstring nullable

Response status

Example response

{
  "data": [
    {
      "gpuCount": 1,
      "priceHr": 1.23,
      "totalBilledPrice": 123.45
    }
  ]
}