Skip to main content
GET
/
api
/
v1
/
health
/
storage
Storage Health Check
curl --request GET \
  --url https://api.devkit4ai.com/api/v1/health/storage
{
  "status": "<string>",
  "timestamp": "<string>",
  "type": "<string>",
  "path": "<string>",
  "url_prefix": "<string>",
  "url": "<string>",
  "writable": true,
  "accessible": true,
  "url_configured": true,
  "key_configured": true,
  "error": "<string>"
}
This endpoint performs a detailed health check specifically for the file storage system.

Response

status
string
Storage system status
timestamp
string
Timestamp of the health check

Response

200 - application/json

Successful Response

status
string
required
timestamp
string
required
type
string | null
path
string | null
url_prefix
string | null
url
string | null
writable
boolean | null
accessible
boolean | null
url_configured
boolean | null
key_configured
boolean | null
error
string | null