Get Debug Log Body
sf_get_debug_log_bodyRetrieve the full content of a Salesforce Apex debug log by its ID. Get the ID from the debug log list first, as logs are only kept for 24 hours.
Instructions
Retrieves the full text content of a single Apex debug log by ID. Get the logId from sf_get_debug_logs first. Logs are retained by Salesforce for 24 hours only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | ApexLog record ID from sf_get_debug_logs (15 or 18 chars). Logs are retained for 24 hours. |