Endpoints
Get Storage
GET
https://api.oneinfer.ai/v1/storage/:storageIdRetrieve details about a specific persistent storage volume.
Path Parameters
storageId
string (required)The unique identifier of the volume you want to retrieve.
Error Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Storage volume details returned successfully. |
| 401 | Unauthorized | Missing or invalid Authorization header / Bearer token. |
| 404 | Not Found | Volume not found for the given storage ID. |