Notifications Runs

List notification runs

Return paginated notification runs for the current user ordered by most recent first.

Pagination

  • page starts at 1.
  • page_size is 1 to 1000 (default 20).

Response PaginatedResponse[NotificationRunBase] with items, total, page, page_size.

get/notification_runs

Query parameters

pageinteger

Page number (starts at 1).

Page number (starts at 1).

page_sizeinteger

Items per page (1–1000, default 20).

Items per page (1–1000, default 20).

Response

Notification runs listed successfully.

totalinteger required

Total number of matching items.

pageinteger required

Current page number.

page_sizeinteger required

Number of items per page.

blacklisted_valuestring nullable

If a filter value matched a blacklist entry, this field contains the matched value.

Example response

{
  "items": [],
  "page": 1,
  "page_size": 20,
  "total": 0
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.