Installations Count
GET/api/v2/metrics/installations
Returns the number of successful installations within the given time window.
Request
Query Parameters
since string
Time window (e.g. '1h', '24h', '7d'). Defaults to '24h'.
Responses
- 200
Installations count within time window
- application/json
- Schema
- Example (from schema)
Schema
count numberrequired
Number of successful installations in the time window
since stringrequired
Time window used for the query
{
"count": 42,
"since": "24h"
}
Loading...