---
title: "Get scan detection remediation guidance"
method: GET
path: "/supply-chain/v3/scans/{scan_id}/guidance"
tags: ["Model Scanner SaaS", "Model Scanner Hybrid"]
---

# Get scan detection remediation guidance

`GET /supply-chain/v3/scans/{scan_id}/guidance`

[BETA] This endpoint is not GA or Production ready and is subject to changes at any time. Breaking changes may occur.

Remediation guidance is generated on-demand with AI assistance and may not be
immediately available.

## Response `200`

Remediation guidance has been generated and is returned.

- object
  - `legal_disclosure` string
  - `general_recommendations` string
  - `detection_guidance` object[]
    - `detection_id` string
    - `detection_category` string
    - `severity` string
    - `summary` string
    - `remediation_actions` object[]
      - `priority` string
      - `action` string
      - `description` string
    - `false_positive_considerations` string
    - `references` string[]

## Other responses

- `202` — Request is accepted, but remediation guidance is still being generated. Retry the request in a few moments.
- `400` — The request failed due to a client error, with one or more of the following possible causes: 1. The request required a tenant_id field, which was missing. 2. The request was malformed syntactically or semantically.
- `403` — The `is_ai_assistance_guidance_enabled` preference is not enabled.
- `404` — Scan ID not found, or scan is missing an AIBOM.

---

[API](https://skmtc.net/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.net/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/versions/efca861e915b/schema)
