cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/pods/status \ --header 'Authorization: Bearer <token>'
{ "data": [ { "podId": "<string>", "providerType": "runpod", "status": "PROVISIONING", "sshConnection": "root@135.23.125.123 -p 22", "ip": "135.23.125.123", "installationStatus": "PENDING", "installationFailure": "<string>", "installationProgress": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of pod ids
Successful Response
The response is of type object.
object