---
title: "System event log as JSON"
method: GET
path: "/account/events.json"
tags: ["Account"]
---

# System event log as JSON

`GET /account/events.json`

## Query parameters

- `search` string
- `fields` string

## Response `200`

filtered event results

- Event[]
  - `id` string, uuid
  - `created_at` integer
  - `client_id` string, uuid
  - `organization_id` string, uuid
  - `site_id` string, uuid
  - `action` string
  - `source_id` string, uuid
  - `source_name` string
  - `source_type` string
  - `target_id` string, uuid
  - `target_name` string
  - `target_type` string
  - `success` boolean
  - `details` object
  - `state` string
  - `processor_id` string, uuid
  - `processed_at` integer

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/versions/7c193c1fcd5c/schema)
