cURL
curl --request GET \ --url https://api.orchata.ai/api/admin/analytics \ --header 'Oai-Api-Key: <api-key>'
{ "totalUsers": 123, "totalOrganizations": 123, "totalSpaces": 123, "totalDocuments": 123, "documentsPerSpace": [ { "spaceId": "<string>", "spaceName": "<string>", "count": 123 } ], "recentActivity": { "usersThisWeek": 123, "documentsThisWeek": 123, "orgsThisWeek": 123 } }
Get platform-wide statistics (users, orgs, spaces, documents)
Platform analytics
Show child attributes
Was this page helpful?