---
title: "GET /api/admin/data-scanner/results/"
method: GET
path: "/api/admin/data-scanner/results/"
tags: ["Admin data scanner"]
---

# GET /api/admin/data-scanner/results/

`GET /api/admin/data-scanner/results/`

Lists all data scan results across all scans. Results represent individual matches found in database fields during scan execution. Can be filtered by scan_id and searched by matched value. **Enterprise feature.**

## Query parameters

- `ids` string
- `page` integer
- `search` string
- `size` integer
- `sorts` string

## Response `200`

- PaginationSerializerDataScanResult
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` DataScanResult[], required
    - `id` integer, required
    - `scan_id` integer, required
    - `scan_name` string, required
    - `workspace_name` string, required
    - `database_id` string, required
    - `database_name` string, required
    - `table_id` integer, required
    - `table_name` string, required
    - `field_name` string, required
    - `row_id` integer, required
    - `matched_value` string, required
    - `first_identified_on` string, date-time, required
    - `last_identified_on` string, date-time, required

## Other responses

- `400`
- `401` — No response body

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
