---
title: "Get SCA Resolution Configs"
method: GET
path: "/api/agent/deployments/{deploymentId}/projects/{projectId}/resolution_configs"
tags: ["SmsScaResolutionConfigService"]
---

# Get SCA Resolution Configs

`GET /api/agent/deployments/{deploymentId}/projects/{projectId}/resolution_configs`

Retrieve custom dependency resolution configurations for a given deployment and repository.

## Path parameters

- `deploymentId` integer, required — The unique identifier for the deployment.
- `projectId` integer, required — The unique identifier for the project.

## Response `200`

OK

- ProtosSmsV2GetScaResolutionConfigsResponse
  - `resolutionConfigs` ProtosSmsV2ScaResolutionConfigMapping — Maps subproject IDs to their resolution configurations.
    - `perSubproject` object

---

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