cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/pods/history \ --header 'Authorization: Bearer <token>'
{ "total_count": 0, "offset": 0, "limit": 100, "data": [ { "id": "<string>", "name": "<string>", "type": "HOSTED", "providerType": "runpod", "createdAt": "2023-11-07T05:31:56Z", "terminatedAt": "2023-11-07T05:31:56Z", "gpuName": "CPU_NODE", "gpuCount": 1, "socket": "PCIe", "priceHr": 1.23, "userId": "<string>", "teamId": "<string>", "customTemplateId": "<string>", "environmentType": "ubuntu_22_cuda_12" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object