---
title: "Get Spam Events"
method: GET
path: "/internal-blocklist/events"
tags: ["internal-blocklist"]
---

# Get Spam Events

`GET /internal-blocklist/events`

One page of this org's refused calls and texts, newest first.

Keyset-paginated: pass the previous response's next_cursor to walk backwards
through the whole history. next_cursor is null on the last page.

## Query parameters

- `page_size` integer
- `cursor` string, nullable
- `channel` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `6139ed1f70a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/internal-blocklist/events/get.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/c14a8fc770d0?raw)
