cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/pods/history \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "providerType": "runpod", "type": "Instance", "createdAt": "2023-11-07T05:31:56Z", "gpuName": "<string>", "gpuCount": 123, "priceHr": 123, "userId": "<string>", "totalBilledPrice": 123, "provisionedBy": "<string>", "terminatedAt": "2023-11-07T05:31:56Z", "socket": "<string>", "teamId": "<string>" } ], "total_count": 0, "offset": 0, "limit": 100 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
terminatedAt
createdAt
asc
desc
Successful Response
Show child attributes
Unique identifier for the record.
Name assigned to the resource.
ID of the provider.
runpod
fluidstack
lambdalabs
hyperstack
oblivus
cudocompute
scaleway
tensordock
datacrunch
latitude
crusoecloud
massedcompute
akash
primeintellect
primecompute
dc_impala
dc_kudu
dc_roan
nebius
dc_eland
dc_wildebeest
vultr
dc_gnu
Type of the resource.
Instance
Cluster
Disk
Sandbox
Timestamp when the resource was created.
Model of the GPU used in the resource.
Number of GPUs allocated to the resource.
Price per hour for using the resource (average).
ID of the user who owns the resource.
Total amount billed for this resource.
Name of the user who provisioned the resource.
Timestamp when the resource was terminated.
Type of socket used by the GPU, if applicable.
ID of the team to which the resource is assigned, if applicable.
Total number of items available in the dataset
Number of items to skip before starting to collect the result set
x >= 0
Maximum number of items to return