List Notification Configs
Notifications
List Notifications
List all notification configurations for a team.
Required Role: VIEWER or higher
Query Parameters:
q: Search by name (case-insensitive partial match)event_type: Filter by event typeis_enabled: Filter by enabled statussort_by: Field to sort by (name, event_type, created_at)sort_order: Sort direction (asc, desc). Default: descpage: Page number (default: 1)limit: Items per page (default: 50, max: 100)
GET
List Notification Configs
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Search by name (case-insensitive partial match)
Filter by event type
Filter by enabled status
Page number (1-indexed)
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Field to sort by: name, event_type, created_at
Available options:
name, event_type, created_at Sort order: asc or desc (default: desc) Sort order for list endpoints.
Available options:
asc, desc