---
title: "GET /v1/compliance-inquiry/getMetadata#complianceInquiryId"
method: GET
path: "/v1/compliance-inquiry/getMetadata#complianceInquiryId"
---

# GET /v1/compliance-inquiry/getMetadata#complianceInquiryId

`GET /v1/compliance-inquiry/getMetadata#complianceInquiryId`

Get the metadata for a single compliance inquiry.

## Query parameters

- `complianceInquiryId` string, required

## Response `200`

Success

- GetComplianceInquiryMetadataResponse
  - `complianceInquiryDetail` object — Detailed information about the compliance inquiry.
    - `arn` string, required — ARN of the compliance inquiry resource.
    - `name` string, required — Title of the inquiry.
    - `id` string, required — Unique resource ID for the compliance inquiry.
    - `status` 'PROCESSING' | 'HUMAN_REVIEW' | 'COMPLETED' | 'FAILED', required — Current processing status of the inquiry.
    - `statusMessage` 'Compliance inquiry processing is complete.' | 'Malware was detected on the file. Provide a new file and try again.' | 'Compliance inquiry processing is in-progress.' | 'An internal error occurred while processing the inquiry. Try again at a later time.' | 'Human review is in progress.' | 'Compliance inquiry processing is complete. One or more queries encountered errors during processing.', required — Status message providing additional context.
    - `inputSource` 'TEXT' | 'FILE', required — Type of inquiry content (text or file).
    - `createdAt` string, date-time, required — Timestamp indicating when the resource was created.
    - `updatedAt` string, date-time — Timestamp indicating when the resource was last modified.
    - `supportMode` 'AI_ONLY' | 'FULL_SUPPORT' — Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
  - `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)
