---
title: "Retrieve single audit event by id"
method: GET
path: "/api/v1/auditlog/events/{eventId}"
tags: ["Audit Log"]
---

# Retrieve single audit event by id

`GET /api/v1/auditlog/events/{eventId}`

Required scope: `audit-log:read`

## Path parameters

- `eventId` string, required

## Response `200`

The requested event

- AuditEvent — An event describing a single action taken within the system by a user
  - `id` string, required — A unique identifier used for single retrieval and paging
  - `timestamp` string, date-time, required — The time (UTC) the action was taken
  - `operatorId` integer, required — The operator under which the action was taken
  - `user` object, required — User details (at the time of the event) of the user that performed the action
  - `teamId` integer, nullable — The team under which the action was taken, if any
  - `action` string, required — The action (verb) that was performed, like CREATE, UPDATE, DELETE
  - `entityId` string, required — The ID of the entity (subject) that the event applies to
  - `entityType` string, required — The type of the entity (subject) that the event applies to, like Operator, Team, OperatorUser, TeamMember
  - `metadata` object, required — Additional data + context for the action taken

## Other responses

- `400` — The request is invalid
- `401` — Unauthorized access
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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