v51

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-011534301009.2 KB
Notifications

List notification events

List all notification events.

get/api/v1/notification/events

Query parameters

fromstring date-time
Example:2023-01-01T01:01:01.001Z

Start date-time in RFC 3339 format. Inclusive.

tostring date-time
Example:2023-01-01T01:01:01.001Z

End date-time in RFC 3339 format. Inclusive.

featurestring[]

Filtering by multiple feature ids or keys.

Usage: ?feature=feature-1&feature=feature-2

subjectstring[]

Filtering by multiple subject ids or keys.

Usage: ?subject=subject-1&subject=subject-2

rulestring[]

Filtering by multiple rule ids.

Usage: ?rule=01J8J2XYZ2N5WBYK09EDZFBSZM&rule=01J8J4R4VZH180KRKQ63NB2VA5

[
  "01G65Z755AFWAKHE12NY0CQ9FH"
]
channelstring[]

Filtering by multiple channel ids.

Usage: ?channel=01J8J4RXH778XB056JS088PCYT&channel=01J8J4S1R1G9EVN62RG23A9M6J

[
  "01G65Z755AFWAKHE12NY0CQ9FH"
]
pageinteger

Page index.

Default is 1.

pageSizeinteger

The maximum number of items per page.

Default is 100.

order'ASC' | 'DESC'

The order direction.

The order direction.

orderBy'id' | 'createdAt'

Order by options for notification channels.

The order by field.

Response

The request has succeeded.

totalCountinteger required

The total number of items.

pageinteger required

The page index.

pageSizeinteger required

The maximum number of items per page.