---
title: "Get Audit Entry"
method: GET
path: "/audit/{audit_id}"
tags: ["Audit"]
---

# Get Audit Entry

`GET /audit/{audit_id}`

Get a single audit entry by ID.

## Path parameters

- `audit_id` string, required

## Response `200`

Successful Response

- AuditResponse — Audit entry representation in API responses.
  - `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

## 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/4ccade8cfa18/schema)
