Datasets

📖

Developer Guide

For detailed implementation instructions, architecture overview, and best practices, see the Analytics Historical Developer Guide.

The Analytics API provides access to historical dataset information for your account. Datasets contain time-series analytics data organized by intervals, allowing you to retrieve and analyze historical metrics.

Endpoints

Get Dataset

GET /v1/accounts/{accountId}/datasets/{datasetName}

Retrieves data for a specific dataset by name.

View API Reference →

Getting Started

Both endpoints require an accountId path parameter. The Get Dataset endpoint additionally requires a datasetName to retrieve specific dataset information.