get_recipient
Retrieve complete details for a specific recipient by ID, including contact information, notification schedule, rate limiting, and delivery method for verification or audit.
Instructions
Get detailed information about a specific recipient by ID in LogicMonitor (LM) monitoring.
Returns: Complete recipient details: type, name, contact information (email/phone/URL), notification method, timezone, schedule restrictions, rate limiting settings.
When to use:
Verify contact information before escalation
Check notification schedule (business hours vs 24/7)
Review rate limiting settings
Audit recipient configuration
Details returned:
Contact info: Exact email/phone/webhook URL
Schedule: When notifications are sent (always vs business hours)
Rate limit: Max notifications per time period (prevent notification fatigue)
Method: Delivery mechanism (SMTP, Twilio, webhook)
Workflow: Use "list_recipients" to find recipientId, then use this tool for complete configuration.
Related tools: "list_recipients" (find recipient), "update_recipient" (modify), "list_escalation_chains" (usage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipientId | Yes | The ID of the recipient 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. |