get-notifications
Retrieve summarized notification data from OnSecurity, customizable by filters, fields, and sorting. Use pagination and limits to manage data output for clear client insights.
Instructions
Get all notifications data from OnSecurity from client in a high level summary, only include the summary, not the raw data and be sure to present the data in a way that is easy to understand for the client.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Optional comma-separated list of fields to return (e.g. 'heading,created_at') | |
filters | No | Optional additional filters in format {field: value} or {field-operator: value} where operator can be mt (more than), mte (more than equal), lt (less than), lte (less than equal), eq (equals, default) | |
includes | No | Optional related data to include | |
limit | No | Optional limit parameter (e.g. 10 for 10 notifications per page) | |
page | No | Optional page number to fetch (default: 1) | |
sort | No | Optional sort parameter (e.g. 'created_at-desc' for newest first) |