get_report
Retrieve comprehensive details of a specific LogicMonitor report by its ID, including schedule, recipients, format, and data sources.
Instructions
Get detailed information about a specific report by its ID in LogicMonitor (LM) monitoring.
Returns: Complete report details: name, type, description, schedule (daily/weekly/monthly), recipients, format, data sources (which resources/devices/groups), date range, customization settings, last run timestamp, delivery status.
When to use:
Review report configuration before modification
Check recipients and schedule
Verify data sources (which resource/device included)
Troubleshoot why report not received
Clone report settings for similar report
Configuration details:
Schedule: When report runs (e.g., "Every Monday at 8am")
Recipients: Who receives report via email
Format: PDF (management), HTML (web), CSV (data analysis)
Scope: Which resources/devices/groups are included
Date range: Last 7 days, last month, custom period
Workflow: Use "list_reports" to find reportId, then use this tool for complete configuration.
Related tools: "list_reports" (find reports), "update_report" (modify), "generate_report" (run now).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The ID of the report to retrieve | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |