Skip to main content
GET
Metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Query Parameters

per_page
integer

Number of records to return.

until_snapshot_id
number

Snapshot Id that will be exclusively used as the end of snapshot search range. That snapshot should exist.

histogram_bin_limit
integer

The maximum number of bins to return for the histograms.

Response

Ok

statistics
object[]
required

Statistics for each snapshot on this page.

previous
string | null

Snapshot id to pass as until_snapshot to fetch the next page of older snapshots. Null when there are no further pages.