curl --request GET \
--url https://api.primeintellect.ai/api/v1/disks/ \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"providerType": "runpod",
"userId": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"terminatedAt": "2023-11-07T05:31:56Z",
"status": "PROVISIONING",
"size": 0,
"info": {},
"priceHr": 123,
"stoppedPriceHr": 123,
"provisioningPriceHr": 0,
"teamId": "<string>",
"walletId": "<string>",
"pods": [],
"clusters": []
}
],
"total_count": 0,
"offset": 0,
"limit": 100
}curl --request GET \
--url https://api.primeintellect.ai/api/v1/disks/ \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"providerType": "runpod",
"userId": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"terminatedAt": "2023-11-07T05:31:56Z",
"status": "PROVISIONING",
"size": 0,
"info": {},
"priceHr": 123,
"stoppedPriceHr": 123,
"provisioningPriceHr": 0,
"teamId": "<string>",
"walletId": "<string>",
"pods": [],
"clusters": []
}
],
"total_count": 0,
"offset": 0,
"limit": 100
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes
Name of the disk.
255Type of provider associated with the disk.
runpod, fluidstack, lambdalabs, hyperstack, oblivus, cudocompute, scaleway, tensordock, datacrunch, latitude, crusoecloud, massedcompute, akash, primeintellect, primecompute, dc_impala, dc_kudu, dc_roan, nebius, dc_eland, dc_wildebeest, vultr, dc_gnu ID of the user associated with this disk.
Unique identifier for the disk, generated as a UUID.
Timestamp when the disk was created.
Timestamp when the disk was last updated.
Timestamp when the disk was terminated.
Current status of the disk.
PROVISIONING, PENDING, ACTIVE, STOPPED, ERROR, DELETING, UNKNOWN, TERMINATED Size of the disk in GB.
JSON field for additional information about the disk.
Hourly price for using the disk.
Hourly price when the disk is stopped.
Hourly price during provisioning.
ID of the team owning this disk.
ID of the wallet associated with this disk.
Pods attached to the disk.
Clusters attached to the disk.
Total number of items available in the dataset
Number of items to skip before starting to collect the result set
x >= 0Maximum number of items to return
x >= 0