cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/storage/usage \ --header 'Authorization: <api-key>'
{ "organization_id": "<string>", "total_bytes_used": 123, "total_files_count": 123, "quota_bytes": 123, "remaining_bytes": 123, "usage_percentage": 123, "total_bytes_uploaded": 123, "total_bytes_downloaded": 123 }
Get current storage usage and quota information.
Successful Response
Storage usage statistics
Was this page helpful?