---
title: "Get full history of all system events"
method: GET
path: "/system/history"
tags: ["account"]
---

# Get full history of all system events

`GET /system/history`

## Query parameters

- `event_types` string[]
- `user_id` string
- `offset` integer
- `limit` integer

## Response `200`

successful retrieval of history

- AccountHistory — Account events history
  - `items` object[], required
    - `event_id` string — Event identifier
    - `event_type` string — Event type
    - `data` object — Event data
    - `meta` object — the captured event context
    - `created` number — timestamp of log creation

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `500` — Internal server error

---

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