---
title: "GET /assessments/{assessmentId}/changelogs"
method: GET
path: "/assessments/{assessmentId}/changelogs"
---

# GET /assessments/{assessmentId}/changelogs

`GET /assessments/{assessmentId}/changelogs`

Returns a list of changelogs from Audit Manager.

## Path parameters

- `assessmentId` string, required

## Query parameters

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

## Response `200`

Success

- GetChangeLogsResponse
  - `changeLogs` ChangeLog[] — The list of user activity for the control.
    - `objectType` 'ASSESSMENT' | 'CONTROL_SET' | 'CONTROL' | 'DELEGATION' | 'ASSESSMENT_REPORT' — The object that was changed, such as an assessment, control, or control set.
    - `objectName` string — The name of the object that changed. This could be the name of an assessment, control, or control set.
    - `action` 'CREATE' | 'UPDATE_METADATA' | 'ACTIVE' | 'INACTIVE' | 'DELETE' | 'UNDER_REVIEW' | 'REVIEWED' | 'IMPORT_EVIDENCE' — The action that was performed.
    - `createdAt` string, date-time — The time when the action was performed and the changelog record was created.
    - `createdBy` string — The user or role that performed the action.
  - `nextToken` string — The pagination token that's used to fetch the next set of results.

## Other responses

- `480` — AccessDeniedException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — 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)
