---
title: "AuditHandler audits the provided manifest."
method: POST
path: "/audit"
tags: ["audit"]
---

# AuditHandler audits the provided manifest.

`POST /audit`

This endpoint audits the provided manifest for issues.

## Request body

- AuditPayload
  - `manifest` string — Manifest is the content to be audited.

## Response `200`

Audit results

- ScannerIssue[]
  - `message` string — Message provides a detailed human-readable description of the issue.
  - `scanner` string — Scanner is the name of the scanner that discovered the issue.
  - `severity` integer — Severity indicates how critical the issue is, using the IssueSeverityLevel constants.
  - `title` string — Title is a brief summary of the issue.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2023-12-11** `2a20fa0acab4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kusionstack/apis/karpor/changes/audit/post.md)

---

[API](https://skmtc.dev/kusionstack/apis/karpor.md) · [All operations](https://skmtc.dev/kusionstack/apis/karpor/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kusionstack/karpor/revisions/2a20fa0acab4/schema)
