v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

listNotificationHistory

Returns the cursor-paginated, newest-first notification history for an integration (every real notification decision — both fired and suppressed). Requires the integration:view permission on the integration's organization.

get/v2/integrations/{integrationId}/notifications/history

Path parameters

integrationIdstring uuid required

The integration ID

Query parameters

cursorstring

Opaque base64 pagination cursor returned as next_cursor by a prior page.

limitinteger

Requested number of items to return. Values above 100 are accepted and clamped server-side to 100 (the enforcement point is the handler, not this schema), so a large value never 400s at the contract layer.

typestring

Optional notification type filter (e.g. critical_error, error_threshold).

Response

Cursor-paginated notification history (newest first)

next_cursorstring nullable

Opaque base64 cursor for the next page, or null when there are no more rows.