---
title: "GET /beta/guardian-ops/events"
method: GET
path: "/beta/guardian-ops/events"
---

# GET /beta/guardian-ops/events

`GET /beta/guardian-ops/events`

## Query parameters

- `event_type` string
- `limit` string
- `sort` string
- `order` string
- `cursor` string
- `customer_id` string
- `date_after` string
- `date_before` string
- `case_id` string

## Response `200`

200 response

- EventList
  - `items` object[], required — Array of event summaries for the current page
    - `domain` string — Domain associated with the event
    - `event_date` string, date-time, required — Timestamp of the event
    - `event_id` string, required — Unique event identifier
    - `event_type` string, required — Type of event
    - `ip` string — IP address associated with the event
    - `sender_email` string, email, required — Email of the report sender
  - `next_cursor` string — Cursor for the next page, null if no more results

## Other responses

- `400` — 400 response
- `401` — 401 response

---

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