---
title: "Bulk get many Projects' Managed Scan Settings"
method: POST
path: "/api/sms/v2/deployments/{deploymentId}/project_settings"
tags: ["ProjectManagedScanSettingsService"]
---

# Bulk get many Projects' Managed Scan Settings

`POST /api/sms/v2/deployments/{deploymentId}/project_settings`

Finds the user-configurable managed scan settings for the specified projects. Projects without managed scanning set up will have empty values.

## Path parameters

- `deploymentId` string, int64, required — Deployment ID (numeric). Example: `123`. Can be found at `/deployments`, or in your Settings in the web UI.

## Request body

- ProtosProjectManagedScanSettingsV2BulkGetProjectManagedScanSettingsRequest
  - `deploymentId` string, int64 — Deployment ID (numeric). Example: `123`. Can be found at `/deployments`, or in your Settings in the web UI.
  - `projectIds` string[] — Project IDs (numeric). Example: `123`. Can be found at `/deployments/{deployment_id}/projects/list`, or in "Projects" in the web UI.

## Response `200`

OK

- ProtosProjectManagedScanSettingsV2BulkGetProjectManagedScanSettingsResponse
  - `settingsByProject` ProtosProjectManagedScanSettingsV2BulkGetProjectManagedScanSettingsResponseProjectSettingsList[] — The list of managed scan settings, grouped by project.
    - `projectId` string, int64 — The Project ID associated with the managed scan settings.
    - `project_managed_scan_settings` ProtosProjectManagedScanSettingsV2ProjectManagedScanSettings — Configuration of Semgrep Managed Scans for the project, if relevant.
      - `diff_scan` ProtosProjectManagedScanSettingsV2ProjectManagedScanSettingsDiffScanConfig
        - `enabled` boolean — When true, [diff-aware scans](https://semgrep.dev/docs/semgrep-code/glossary#diff-aware-scan) are enabled for the project.
      - `full_scan` ProtosProjectManagedScanSettingsV2ProjectManagedScanSettingsFullScanConfig
        - `enabled` boolean — When true, weekly [full scans](https://semgrep.dev/docs/semgrep-code/glossary#full-scan) are enabled.

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
