Skip to main content
GET
Get dataset statistics

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

all_records
boolean

If true will return 100 records. If false, only returns the most recent record. Pagination api with per_page and offset parameters should be used instead of this one.

per_page
integer

Number of records to return.

offset
integer

Number of records to skip (it's usually page_number * per_page).

Response

OK

dataset_id
integer
required

A valid existing active dataset id

records
object[]
required