---
title: "View History"
method: GET
path: "/security/history"
---

# View History

`GET /security/history`

Returns the history/activity of an account.

## Query parameters

- `page` integer, required
- `items` integer, required

## Response `200`

200

- object
  - `history` object[]
    - `id` string
    - `time` string
    - `description` string
  - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bitlaunch/apis/bitlaunch-api.md) · [All operations](https://skmtc.dev/bitlaunch/apis/bitlaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitlaunch/bitlaunch-api/revisions/b6aec14db2d0/schema)
