⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/status

Get disk status for the configured datasource

GET/api/server/status

Response Body

application/json

application/json

{
  "datasource": "local",
  "storage": {
    "used": 0,
    "total": 0,
    "available": 0,
    "path": "string"
  }
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}