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
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