---
title: "GET /v1/compliance-inquiry/list"
method: GET
path: "/v1/compliance-inquiry/list"
---

# GET /v1/compliance-inquiry/list

`GET /v1/compliance-inquiry/list`

List available compliance inquiries.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListComplianceInquiriesResponse
  - `complianceInquiries` InquirySummary[] — List of compliance inquiry resources.
    - `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.
  - `nextToken` string — Pagination token to request the next page of resources.

## 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)
