get_alerts
Retrieve account alerts from Custify, with options to filter by status and paginate results for monitoring customer issues.
Instructions
[V1 LIMITATION: This tool may not work as expected — the underlying alerts API has limited support. Out of scope for the current version.] Get alerts/signals from Custify for a specific account, optionally filtered by status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The Custify company/account ID to get alerts for | |
| status | No | Filter by alert status | |
| limit | No | Number of results (1-100, default 25) | |
| offset | No | Pagination offset (default 0) |