List Monitors
list_monitorsList the monitors of a project with their current status. Set grouped to see them as an environment → spec tree the way the sidebar shows them (paging does not apply then). Set includeStats to add 24h uptime, p95 latency and the response-time sparkline per monitor. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of monitors to skip, defaults to 0 | |
| take | No | Maximum number of monitors to return, defaults to 100 | |
| grouped | No | Group as an environment → spec → monitor tree instead of a flat list | |
| isEnabled | No | Only enabled (true) or only disabled (false) monitors — omit for all | |
| projectId | No | Public ID (GUID) of the project — defaults to the project in the session context | |
| includeStats | No | Include 24h uptime, p95 latency and sparkline buckets per monitor |