Skip to main content

Instance usage statistics

GET 

<your-unleash-url>/api/admin/instance-admin/statistics/csv

Provides statistics about various features of Unleash to allow for reporting of usage for self-hosted customers. The response contains data such as the number of users, groups, features, strategies, versions, etc.

Responses

instanceAdminStatsSchemaCsv

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/instance-admin/statistics/csv' \
-H 'Accept: text/csv' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!