Skip to main content
GET
/
api
/
v1
/
storage
/
analytics
Get Storage Analytics
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/storage/analytics \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

days
integer
default:30

Number of days to analyze

Required range: 1 <= x <= 365

Response

Successful Response