---
title: "POST /v1/compliance-inquiry/export"
method: POST
path: "/v1/compliance-inquiry/export"
---

# POST /v1/compliance-inquiry/export

`POST /v1/compliance-inquiry/export`

Export a compliance inquiry report.

## Request body

- object
  - `complianceInquiryId` string, required — Unique resource ID for the compliance inquiry.
  - `queryIdentifiers` Integer[] — List of query identifiers to include in the export.
  - `includeCitations` boolean — When true, include citations in the exported document.

## Response `200`

Success

- ExportComplianceInquiryResponse
  - `documentPresignedUrl` string, password — Presigned S3 URL to access the exported compliance inquiry report.
  - `tags` object — Tags associated with the compliance inquiry resource.

## Other responses

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

---

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