list_alerts_from_incident
List alerts linked to a specific incident. Supports pagination with limit and offset parameters to control results.
Instructions
List alerts for a specific incident.
Args:
incident_id: The ID of the incident
limit: Maximum number of results to return (1-1000). Default is 100.
offset: Offset for pagination. Default is 0.
Returns:
List of Alert objects for the given incident
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |