curl --request GET \
--url https://dev.platformbackend.unsiloed.ai/api/v1/org/get_usage \
--header 'api-key: <api-key>'{
"org_id": "<string>",
"org_name": "<string>",
"current_usage": 123,
"usage_limit": 123,
"remaining_quota": 123,
"last_billed_date": "2023-12-25"
}Check your organization’s current usage, limits, and remaining quota
curl --request GET \
--url https://dev.platformbackend.unsiloed.ai/api/v1/org/get_usage \
--header 'api-key: <api-key>'{
"org_id": "<string>",
"org_name": "<string>",
"current_usage": 123,
"usage_limit": 123,
"remaining_quota": 123,
"last_billed_date": "2023-12-25"
}unsiloed_[hash]usage_limit - current_usageUsage information retrieved successfully
Unique identifier for your organization
Name of your organization
Number of credits used in the current billing cycle
Total usage limit (credits) for your organization
Number of credits remaining in the current billing cycle
Date of the last billing cycle reset (YYYY-MM-DD)