get-notifications
Retrieve high-level summaries of OnSecurity notifications with customizable filters, sorting, and field selection for efficient 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) |