latestOpenAPI 3.1.02026-08-145096557.0 KB

1c983de099e2

dataset-info

List my datasets

Retrieves the list of datasets available for the current identity

get/v1/meta/datasets/my

Response

Successful Response

dataset_idstring required

A short internal dataset identifier (unique).

dataset_namestring required

A human-readable display name of the dataset.

data_groupstring required

The Data group to which the dataset belongs.

vendorstring required

The name of the data vendor.

Example response

[
  {
    "dataset_id": "US1032",
    "dataset_name": "US Equities Trade and Quote",
    "data_group": "US Equity",
    "vendor": "algoseek"
  }
]