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