Endpoints

List Storage

GEThttps://api.oneinfer.ai/v1/storage

Retrieve a list of all persistent storage volumes associated with your developer account.

Example Response

[
  {
    "_id": "670c8d1...",
    "storage_id": "vol_123456",
    "name": "my-dataset-volume",
    "size_gb": 50,
    "status": "AVAILABLE",
    "developer_id": "dev_abc987",
    "created_at": "2024-05-23T10:30:00Z"
  }
]

Error Status Codes

CodeStatusDescription
200OKStorage volumes listed successfully.
401UnauthorizedMissing or invalid Authorization header / Bearer token.
500Internal Server ErrorUnexpected error listing storage volumes.

Response

202 - application/json