Notification Summary GET
GET/v1/notifications/summary
Get notification summary including unseen/unread counts and a paginated list of notifications.
Request
Query Parameters
Cursor-based pagination. Pass the last notification ID from the previous page.
Responses
- 200
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
notifications object[]required
Possible values: [test, feature, test_template, feature_template]
action_rationale objectrequired
Possible values: [test, feature, test_template, feature_template]
Possible values: [PLATFORM_RELEASE, TEAM_MEMBER_ADDED, TEAM_MEMBER_REMOVED, TEAM_MEMBER_ROLES_EDITED, EXPERIMENT_OWNER_ADDED, EXPERIMENT_STARTED, EXPERIMENT_ABORTED, EXPERIMENT_FULL_ON, EXPERIMENT_KEEP_CURRENT, EXPERIMENT_READY_FOR_DECISION, EXPERIMENT_ALERT_TRIGGERED, FEATURE_ON, FEATURE_OFF, EXPERIMENT_ACCESS_GRANTED, EXPERIMENT_ACCESS_REMOVED, METRIC_ACCESS_GRANTED, METRIC_ACCESS_REMOVED, GOAL_ACCESS_GRANTED, GOAL_ACCESS_REMOVED, USAGE_ALERT_THRESHOLD_REACHED, METRIC_REVIEW_REQUESTED, METRIC_APPROVED, METRIC_REVIEW_COMMENT_ADDED]
{
"notifications": [
{
"experiment_type": "test",
"created_by_id": 0,
"created_by_name": "string",
"created_at": "string",
"seen": true,
"read": true,
"full_on_variant": 0,
"related_field": 0,
"action_rationale": {
"experiment_type": "test",
"label": "string",
"archived": true,
"updated_at": "2026-05-12T11:17:56.233Z",
"created_at": "2026-05-12T11:17:56.233Z",
"name": "string",
"id": 0
},
"related_entity_url": "string",
"related_entity_name": "string",
"related_entity_id": 0,
"type": "PLATFORM_RELEASE",
"id": 0
}
],
"next_cursor": 0,
"unread_count": 0,
"unseen_count": 0
}