Endpoints

Get Storage

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

Retrieve 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

CodeStatusDescription
200OKStorage volume details returned successfully.
401UnauthorizedMissing or invalid Authorization header / Bearer token.
404Not FoundVolume not found for the given storage ID.

Response

202 - application/json