cURL
curl --request GET \ --url https://api.revring.ai/v1/analytics/active \ --header 'x-api-key: <api-key>'
{ "data": { "activeCalls": 123 } }
Get the current number of active (ongoing) calls. Not affected by date filters.
Documentation IndexFetch the complete documentation index at: https://docs.revring.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.revring.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Generate API keys from the RevRing dashboard.
Active calls count
Show child attributes