---
title: "GET /datasources/{dataSourceName}/scans"
method: GET
path: "/datasources/{dataSourceName}/scans"
tags: ["Scan"]
---

# GET /datasources/{dataSourceName}/scans

`GET /datasources/{dataSourceName}/scans`

Lists scans in data source.

## Path parameters

- `dataSourceName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Success.

- ScanList — List of scans.
  - `value` Scan[], required — List of scans.
    - `id` string — The resource identifier.
    - `name` string — The resource name.
  - `nextLink` string — The link to the next page of results, if any remaining results exist.
  - `count` integer — The number of scans.

## Other responses

- `default` — An error response received from the Scanning Service.

---

[API](https://skmtc.net/azure/apis/purview-scanning.md) · [All operations](https://skmtc.net/azure/apis/purview-scanning/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-scanning/versions/1dc732ab31fc/schema)
