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.
Example response
{
"items": [],
"page": 1,
"page_size": 20,
"total": 0
}Changes
No recorded changes to this endpoint across all 1 revision of this API.