---
title: "List Audit Entries"
method: GET
path: "/audit"
tags: ["Audit"]
---

# List Audit Entries

`GET /audit`

List audit entries with optional filters.

## Query parameters

- `target_type` 'revision' | 'permission' | 'user' | 'credential' | 'toolkit' | 'agent' | 'job' | 'organisation' | 'invite_token' | 'event' | 'execution_record' | 'service_account' | 'token' | 'overlay' | 'note' | 'api' | 'access_request' | 'toolkit_key' | 'credential_binding' | 'session' | 'provider_config' — Entity types that can be the target of an audited action.
- `target_id` string, nullable
- `actor_id` string, nullable
- `origin` string, nullable
- `since` string, date-time, nullable
- `until` string, date-time, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AuditListResponse — Paginated list of audit entries.
  - `data` AuditResponse[], required
    - `action` string, required
    - `actor_id` string, nullable
    - `actor_session_id` string, nullable
    - `actor_type` string, required
    - `after` object, nullable
    - `before` object, nullable
    - `diff` object, nullable
    - `id` string, required
    - `ip_address` string, nullable
    - `job_id` string, nullable
    - `occurred_at` string, date-time, required
    - `origin` string, nullable
    - `reason` string, nullable
    - `request_id` string, nullable
    - `target_id` string, required
    - `target_parent_id` string, nullable
    - `target_type` string, required
    - `trace_id` string, nullable
    - `user_agent` string, nullable
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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