---
title: "List dataset access rules"
method: GET
path: "/v1/account/my/data-access-rules"
tags: ["identity-access"]
---

# List dataset access rules

`GET /v1/account/my/data-access-rules`

Retrieves the list of datasets with their access constraints

## Response `200`

Successful Response

- MetaDatasetAccessRuleOut[]
  - `dataset_id` string, required — A short internal dataset identifier (unique).
  - `dataset_name` string, required — A human-readable display name of the dataset.
  - `dataset_version` string, required — A version label of the dataset.
  - `start_date` string, date, required — Start date of the access period for the dataset.
  - `end_date` string, date, nullable — End date of the access period, or null if access is ongoing.
  - `universe_identifiers` string[], required — The list of allowed universe identifiers (e.g., Tickers) for dataset access. The empty list indicates no restrictions on universe identifiers.

---

[API](https://skmtc.net/algoseek/apis/datasets-api.md) · [All operations](https://skmtc.net/algoseek/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algoseek/datasets-api/revisions/1c983de099e2/schema)
