---
title: "Show Event Record"
method: GET
path: "/event_records/{id}"
tags: ["event_records", "Event Records"]
---

# Show Event Record

`GET /event_records/{id}`

Show Event Record

## Path parameters

- `id` integer, required

## Response `200`

The EventRecords object.

- EventRecordEntity — EventRecordEntity model
  - `id` integer — Event Record ID
  - `workspace_id` integer — Workspace ID. 0 means the default workspace or site-wide.
  - `event_uuid` string — Stable event UUID.
  - `event_type` string — Versioned event type string.
  - `severity` 'info' | 'warning' | 'error' | 'critical' — Event severity.
  - `source_type` string — Source record type.
  - `source_id` integer — Source record ID.
  - `occurred_at` string, date-time — Event occurrence date/time.
  - `human_title` string — Human-readable event title.
  - `human_summary` string — Human-readable event summary.
  - `human_fields` object[] — Human-readable event detail fields.
  - `actor` object — Actor associated with the event.
  - `resources` object[] — Resources associated with the event.
  - `payload` object — Event payload.
  - `created_at` string, date-time — Event Record create date/time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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