Skip to main content

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

Installations count within time window

Schema

    count numberrequired

    Number of successful installations in the time window

    since stringrequired

    Time window used for the query

Loading...