get_monitoring_result

Investigate monitoring (scheduled) run result(s) in detail.

Investigate monitoring (scheduled) run result(s) in detail.

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

Parameters

FieldTypeRequiredDescription
include_actionsbooleanNoInclude raw action results with screenshots, artifacts, logs (default: false). Increases response size significantly. Note: screenshots include full URLs; artifact paths are relative — prepend https://<KAPPTIVATE_HOST>/robot/ to build the full URL.
include_full_jsonbooleanNoInclude the entire raw result blob (default: false). Use only when you need campaign metadata, options, or history.
result_idsstringYesComma-separated monitoring result IDs (from list_monitoring_results). Single ID for one result, multiple for batch investigation.

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "result_ids": "string"
}

Description

Returns failure reason, per-test/per-action status, duration, and variables. Supports batch: pass comma-separated IDs to investigate multiple failures in one call. Use include_actions=true for raw action results (screenshots, artifacts, logs).

Result IDs come from list_monitoring_results. Always scope list_monitoring_results by monitoring_id first to ensure results belong to the correct operator. For campaign or Tests-campaign runs use get_execution_detail instead.

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