Skip to main content

Download Throughput

GET 

/api/v2/metrics/throughput

Returns a time-series of download bandwidth metrics (MB/min) for the given time range.

Request

Query Parameters

    range string

    Time range (e.g. '1h', '24h', '7d'). Defaults to '24h'.

Responses

Array of { timestamp, mbPerMin } data points

Schema

  • Array [

  • timestamp stringrequired

    Timestamp of the data point

    mbPerMin numberrequired

    Download bandwidth in MB per minute

  • ]

Loading...