---
title: "List Azure scan options"
method: GET
path: "/api/v2/agentless_scanning/accounts/azure"
tags: ["Agentless Scanning"]
---

# List Azure scan options

`GET /api/v2/agentless_scanning/accounts/azure`

Fetches the scan options configured for Azure accounts.

## Response `200`

OK

- AzureScanOptionsArray — Response object containing a list of Azure scan options.
  - `data` AzureScanOptionsData[], required — A list of Azure scan options.
    - `attributes` AzureScanOptionsDataAttributes — Attributes for Azure scan options configuration.
      - `compliance_host` boolean — Indicates whether host compliance scanning is enabled.
      - `vuln_containers_os` boolean — Indicates if scanning for vulnerabilities in containers is enabled.
      - `vuln_host_os` boolean — Indicates if scanning for vulnerabilities in hosts is enabled.
    - `id` string, required — The Azure subscription ID.
    - `type` 'azure_scan_options', required — The type of the resource. The value should always be `azure_scan_options`.

## Other responses

- `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)
