---
title: "Changes to List Audit Entries"
method: GET
path: "/audit"
---

# Changes to List Audit Entries

`GET /audit`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 85 revisions.

- **2026-08-31** `170ab6ea6e23` — 1 info
- **2026-07-01** `d65fcba0d25a` — 3 breaking, 4 warning, 29 info
- **2026-06-16** `ba15fae43892` — 1 info
- **2026-04-13** `76e8f6063728` — 1 breaking

## Changes

- **2026-08-31** `170ab6ea6e23` — 1 info
  - added the enum value `oauth_client` to the property `anyOf[subschema #1: AuditTargetType]/` of the `query` request parameter `target_type`
- **2026-07-01** `d65fcba0d25a` — 3 breaking, 4 warning, 29 info
  - for the `query` request parameter `limit`, the max was decreased from `500.00` to `200.00`
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - deleted the `query` request parameter `credential_id`
  - deleted the `query` request parameter `event`
  - deleted the `query` request parameter `offset`
  - deleted the `query` request parameter `target_kind`
  - api operation id `query_audit_events_audit_get` removed and replaced with `listAuditEntries`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `AgentOauthAccessToken` was removed from the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - the endpoint scheme security `JenticApiKey` was removed from the API
  - api tag `Audit` added
  - api tag `credentials` removed
  - added the new optional `query` request parameter `actor_id`
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `origin`
  - added the new optional `query` request parameter `since`
  - added the new optional `query` request parameter `target_type`
  - added the new optional `query` request parameter `until`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - added the optional property `code` to the response with the `422` status
  - added the optional property `errors` to the response with the `422` status
  - added the optional property `instance` to the response with the `422` status
  - added the optional property `next_cursor` to the response with the `200` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `title` to the response with the `422` status
  - added the optional property `type` to the response with the `422` status
  - the response property `detail` became required for the status `422`
  - added the required property `data` to the response with the `200` status
  - added the required property `has_more` to the response with the `200` status
- **2026-06-16** `ba15fae43892` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/audit/get.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/audit/get)
