---
title: "POST /assessmentReports/integrity"
method: POST
path: "/assessmentReports/integrity"
---

# POST /assessmentReports/integrity

`POST /assessmentReports/integrity`

Validates the integrity of an assessment report in Audit Manager.

## Request body

- object
  - `s3RelativePath` string, required — The relative path of the Amazon S3 bucket that the assessment report is stored in.

## Response `200`

Success

- ValidateAssessmentReportIntegrityResponse
  - `signatureValid` boolean — Specifies whether the signature key is valid.
  - `signatureAlgorithm` string — The signature algorithm that's used to code sign the assessment report file.
  - `signatureDateTime` string — The date and time signature that specifies when the assessment report was created.
  - `signatureKeyId` string — The unique identifier for the validation signature key.
  - `validationErrors` NonEmptyString[] — Represents any errors that occurred when validating the assessment report.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/auditmanager.md) · [All operations](https://skmtc.net/aws/apis/auditmanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/auditmanager/versions/27a1388d0f2a/schema)
