list_monitoring_results

List recent monitoring results (run outcomes).

List recent monitoring results (run outcomes).

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
detailbooleanNoReturn full JSON instead of compact summaries (default: false).
endstringNoResults before this datetime (ISO 8601). Max span with start: 24 hours.
monitoring_idnumberNoFilter by monitor ID (from list_monitors). Required for operator-scoped results — without this, results span all operators.
orderingstring (-modified | modified)NoSort field: -modified (default, newest first) or modified (oldest first).
pagenumberNoPage number (default: 1).
page_sizenumberNoResults per page (default: 20).
productstringNoFilter by product slug (format: operator~product).
startstringNoResults after this datetime (ISO 8601, e.g. 2026-02-28T00:00:00Z). Max span with end: 24 hours. Auto-set to now-24h if neither start nor end is provided.
test_idnumberNoFilter by test ID.

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "detail": false,
  "end": "string"
}

Description

Returns compact summaries by default; use detail=true for full JSON. Returns summary fields only — use get_monitoring_result for the full execution payload.

Prerequisite: Call list_monitors with operator=<slug> first to get monitor IDs, then pass monitoring_id here. Without monitoring_id or product, results span ALL operators — do not skip this step.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on