Pods
Get Pods History
get/api/v1/pods/history
Query parameters
sort_by'terminatedAt' | 'createdAt'
sort_order'asc' | 'desc'
offsetinteger
limitinteger
Response
Successful Response
Example response
{
"data": [
{
"gpuCount": 1,
"priceHr": 1.23,
"totalBilledPrice": 123.45
}
]
}Changes
No recorded changes to this endpoint across all 8 revisions of this API.