---
title: "List monitor events"
method: GET
path: "/api/v1/monitors/{id}/events"
tags: ["Monitors"]
---

# List monitor events

`GET /api/v1/monitors/{id}/events`

List events found by a monitor.

## Path parameters

- `id` string, required

## Query parameters

- `since` unknown
- `limit` number
- `cursor` unknown

## Response `200`

Monitor events with pagination.

- MonitorEventListResponseDto
  - `data` MonitorEventDto[], required
    - `id` string, required
    - `monitor_id` string, required
    - `dedup_key` string, required
    - `event_type` string, required
    - `event_json` object, required
    - `canonical_person_id` string, nullable, required
    - `canonical_company_id` string, nullable, required
    - `detected_at` string, required
  - `next_cursor` string, nullable, required

## Other responses

- `401` — Authentication is required.
- `404` — The requested resource was not found.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.net/thehog/apis/the-hog-api.md) · [All operations](https://skmtc.net/thehog/apis/the-hog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thehog/the-hog-api/revisions/f5056017668a/schema)
