GET
/
api
/
v1
/
pods
/
status
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",
      "installationFailure": "<string>",
      "installationProgress": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pod_ids
string[]

List of pod ids

Response

200
application/json
Successful Response
data
object[]
required