---
title: "Get Events & Logs"
method: GET
path: "/v1/events"
---

# Get Events & Logs

`GET /v1/events`

This endpoint gets events and logs from the system.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `type` string
    - `data` string
    - `description` string
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `next` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
