---
title: "List change log entries of an organization"
method: GET
path: "/api/v1/changelog/organization/{organizationId}/"
tags: ["Auditing"]
---

# List change log entries of an organization

`GET /api/v1/changelog/organization/{organizationId}/`

Listing change log entries of the specified organization id.

## Path parameters

- `organizationId` string, required

## Query parameters

- `messageMimeType` string
- `fromDate` string, date-time
- `toDate` string, date-time
- `offset` integer
- `limit` integer

## Response `200`

OK

- PaginatedResponseOfChangeLogEntry
  - `elements` ChangeLogEntry[], required
    - `id` string — The unique id of the changelog entry
    - `message` string — The message as template or rendered as plain text
    - `messageProperties` object — The values of the properties in the message. May be nested as object with a value field
    - `timestamp` integer — The UTC unix timestamp when this change occurred
  - `limit` integer, required — The number of returned elements
  - `offset` integer, required — Starting with the n-th element
  - `total` integer — The total number of elements

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.net/id4i/apis/id4i-api.md) · [All operations](https://skmtc.net/id4i/apis/id4i-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/id4i/id4i-api/revisions/b5f585ff1a29/schema)
