---
title: "Get all Logs"
method: GET
path: "/logs"
---

# Get all Logs

`GET /logs`

Returns logs for the account.

## Query parameters

- `page` integer

## Response `200`

200

- object[]
  - `account_id` string
  - `created_at` number
  - `event` string
  - `id` string
  - `sender` string
  - `severity` string
  - `source` string
  - `user_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
