get_diagnostic_logs
Get diagnostic logs for a crash signature with metadata (event, app version, OS, device) and Apple insights. Optionally retrieve symbolicated call stacks to pinpoint blame frames.
Instructions
Get the diagnostic logs for a diagnostic signature: per-log metadata (event, app version, OS version, device type, event detail) and Apple's insights with links to the relevant documentation. Call stack trees are stripped by default because they are very large — set include_call_stacks to true to get the symbolicated call stacks with the blame frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max logs (default: 5) | |
| signature_id | Yes | Diagnostic signature ID (from list_diagnostic_signatures) | |
| include_call_stacks | No | Include the full call stack trees (default: false) |