---
title: "GET /delegations"
method: GET
path: "/delegations"
---

# GET /delegations

`GET /delegations`

Returns a list of delegations from an audit owner to a delegate.

## Query parameters

- `nextToken` string
- `maxResults` integer — Max results in the page.

## Response `200`

Success

- GetDelegationsResponse
  - `delegations` DelegationMetadata[] — The list of delegations that the <code>GetDelegations</code> API returned.
    - `id` string — The unique identifier for the delegation.
    - `assessmentName` string — The name of the associated assessment.
    - `assessmentId` string — The unique identifier for the assessment.
    - `status` 'IN_PROGRESS' | 'UNDER_REVIEW' | 'COMPLETE' — The current status of the delegation.
    - `roleArn` string — The Amazon Resource Name (ARN) of the IAM role.
    - `creationTime` string, date-time — Specifies when the delegation was created.
    - `controlSetName` string — Specifies the name of the control set that was delegated for review.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `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/versions/27a1388d0f2a/schema)
