---
title: "GET /assessmentFrameworkShareRequests#requestType"
method: GET
path: "/assessmentFrameworkShareRequests#requestType"
---

# GET /assessmentFrameworkShareRequests#requestType

`GET /assessmentFrameworkShareRequests#requestType`

Returns a list of sent or received share requests for custom frameworks in Audit Manager.

## Query parameters

- `requestType` 'SENT' | 'RECEIVED', required
- `nextToken` string
- `maxResults` integer — Max results in the page.

## Response `200`

Success

- ListAssessmentFrameworkShareRequestsResponse
  - `assessmentFrameworkShareRequests` AssessmentFrameworkShareRequest[] — The list of share requests that the <code>ListAssessmentFrameworkShareRequests</code> API returned.
    - `id` string — The unique identifier for the share request.
    - `frameworkId` string — The unique identifier for the shared custom framework.
    - `frameworkName` string — The name of the custom framework that the share request is for.
    - `frameworkDescription` string — The description of the shared custom framework.
    - `status` 'ACTIVE' | 'REPLICATING' | 'SHARED' | 'EXPIRING' | 'FAILED' | 'EXPIRED' | 'DECLINED' | 'REVOKED' — The status of the share request.
    - `sourceAccount` string — The Amazon Web Services account of the sender.
    - `destinationAccount` string — The Amazon Web Services account of the recipient.
    - `destinationRegion` string — The Amazon Web Services Region of the recipient.
    - `expirationTime` string, date-time — The time when the share request expires.
    - `creationTime` string, date-time — The time when the share request was created.
    - `lastUpdated` string, date-time — Specifies when the share request was last updated.
    - `comment` string — An optional comment from the sender about the share request.
    - `standardControlsCount` integer — The number of standard controls that are part of the shared custom framework.
    - `customControlsCount` integer — The number of custom controls that are part of the shared custom framework.
    - `complianceType` string — The compliance type that the shared custom framework supports, such as CIS or HIPAA.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

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

---

[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/revisions/27a1388d0f2a/schema)
