---
title: "GET /datasets/{datasetId}/access"
method: GET
path: "/datasets/{datasetId}/access"
tags: ["Datasets"]
---

# GET /datasets/{datasetId}/access

`GET /datasets/{datasetId}/access`

Dataset access list.

## Path parameters

- `datasetId` string, required

## Query parameters

- `subscriptionIds` string[]
- `resourceIds` string[]
- `maxPageSize` integer
- `skipToken` string
- `api-version` string, required

## Response `200`

Success

- DatasetAccessListResponse — Paged response contains list of requested objects and a skipToken to get the next set of results.
  - `value` DatasetAccess[], required — List of requested objects.
    - `subscriptionId` string — Subscription Id.
    - `resourceId` string — Azure Data Manager for Agriculture resource Id.
    - `createdDateTime` string, date-time — Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `modifiedDateTime` string, date-time — Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `createdBy` string — Created by user/tenant id.
    - `modifiedBy` string — Modified by user/tenant id.
  - `skipToken` string — Token used in retrieving the next page. If null, there are no additional pages.
  - `nextLink` string — Continuation link (absolute URI) to the next page of results in the list.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
