Skip to main content

Instance usage statistics

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

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

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.

Request

Responses

instanceAdminStatsSchemaCsv

Schema
  • string

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/instance-admin/statistics/csv' \
-H 'Accept: text/csv' \
-H 'Authorization: <API_KEY_VALUE>'