list_synthetic_monitors
Retrieve synthetic monitor details including status and success rates to monitor endpoint availability and performance. Filter by account or status to manage automated tests.
Instructions
List NewRelic synthetic monitors with status and success rate information. Synthetic monitors are automated tests that check endpoint availability and performance. Filter by account or status. Returns monitor GUIDs, names, current status, and success rates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | NewRelic account ID to filter by (defaults to configured account) | |
| status | No | Filter monitors by status (ENABLED or DISABLED) | |
| cursor | No | Pagination cursor for fetching next page of results | |
| limit | No | Maximum number of monitors to return (1-200, default: 50) |