Retrieves statistics for entities of the specified type, including counts of active and archived entities. This endpoint is commonly used for dashboard widgets and overview displays.Statistics Include:
Active entities count (isActive: true)
Archived entities count (isActive: false)
Filtering: Respects the same query filters used in entity listing endpoints for consistent counts.
Request
Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params
Responses
🟢200OK
application/json
Entity statistics retrieved successfully
Body
🟠404Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://prod.your-api-server.com/page/asset/statistics' \
--header'Authorization: <api-key>'
Response Response Example
200 - Asset statistics with active and archived counts