---
title: "Returns a list of AccessAudit in the mesh."
method: GET
path: "/v1/mesh/control-planes/{cpId}/api/accessaudits"
tags: ["AccessAudit"]
---

# Returns a list of AccessAudit in the mesh.

`GET /v1/mesh/control-planes/{cpId}/api/accessaudits`

## Query parameters

- `offset` integer
- `size` integer
- `filter` object
  - `key` string
  - `value` string

## Response `200`

List

- object
  - `items` AccessAuditItem[], nullable
    - `creationTime` string, date-time — Time at which the resource was created
    - `labels` object
    - `modificationTime` string, date-time — Time at which the resource was updated
    - `name` string, required
    - `rules` object[], nullable
      - `access` union[], nullable
        - union
          - string
          - integer
      - `accessAll` boolean
      - `mesh` string
      - `types` string[], nullable
    - `type` string, required
  - `next` string, nullable — URL to the next page
  - `total` number, nullable — The total number of entities

## Changes

- **2026-08-18** `658ffb748f95` — 2 info
  - added the optional property `items/items/creationTime` to the response with the `200` status
  - added the optional property `items/items/modificationTime` to the response with the `200` status
- **2026-02-16** `106b373707f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api-beta/changes/v1/mesh/control-planes/:cpId/api/accessaudits/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-beta.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-beta/revisions/cef0f947e9c9/schema)
