v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Get Recent Data Source executions

Gets the most-recent Data Source Analytics records. Defaults to the top 100 records; this can be modified via the ?max parameter.

get/analytics/datasources/recent

Query parameters

dashboardstring

Optional Dashboard ID; filters data sources to the specified Dashboard.

maxinteger

Optionally limits the results to the top N. A value of 0 returns all results.

Response

An array of Data Source Analytics records.

datestring date-time

The date this record was logged.

dashboardstring

The ID of the Dashboard being viewed.

pagestring

The current page index (0-indexed).

revstring

The current revision of the Dashboard.

visitIdstring

The current Visit ID: a unique value generated when a Dashboard is opened.

dataSourceNamestring

The name of the Data Source that was executed.

dataSourceTypestring

The type of Data Source that was executed.

successboolean

Indicates whether or not the Data Source execution was successful.

durationinteger

The duration of execution, in milliseconds.

browserobject

An object containing Data Source information.