v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Datasets
Public API

List Datasets (v1)

Deprecated. Use "List Datasets (v1.2)" instead.

Returns the catalog of datasets available for querying via the Datasets API. Each entry includes a machine-readable name (used as the datasetName path parameter in "Get Fields from Dataset (v1.2)" and "Get Data from Dataset") and a human-readable label. Use this endpoint to discover which datasets the current account has access to before building queries.

The response includes Deprecation and Link headers pointing to the v1.2 successor endpoint.

OAuth Scopes: report

get/api/v1/datasets

Response

Returns an object containing a datasets array of available datasets.

Example response

{
  "datasets": [
    {
      "name": "employee",
      "label": "Employee"
    }
  ]
}