---
title: "List standard patterns"
method: GET
path: "/api/v2/sensitive-data-scanner/config/standard-patterns"
tags: ["Sensitive Data Scanner"]
---

# List standard patterns

`GET /api/v2/sensitive-data-scanner/config/standard-patterns`

Returns all standard patterns.

## Response `200`

OK

- SensitiveDataScannerStandardPatternsResponseData — List Standard patterns response data.
  - `data` SensitiveDataScannerStandardPatternsResponseItem[] — List Standard patterns response.
    - `attributes` SensitiveDataScannerStandardPatternAttributes — Attributes of the Sensitive Data Scanner standard pattern.
      - `description` string — Description of the standard pattern.
      - `included_keywords` string[] — List of included keywords.
      - `name` string — Name of the standard pattern.
      - `pattern` string — (Deprecated) Regex to match, optionally documented for older standard rules. Refer to the `description` field to understand what the rule does.
      - `priority` integer — Integer from 1 (high) to 5 (low) indicating standard pattern issue severity.
      - `tags` string[] — List of tags.
    - `id` string — ID of the standard pattern.
    - `type` 'sensitive_data_scanner_standard_pattern' — Sensitive Data Scanner standard pattern type.

## Other responses

- `400` — Bad Request
- `403` — Authentication Error
- `429` — Too many requests

---

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