get_log
Fetch a single log by its logId, in full: all attributes flattened in (plus a
resource object) and the message untruncated — no length cap. Use after a lean
logs scan when you need the complete body of one row.
No verbose/maxStringChars knobs here — this tool always returns everything, uncapped. For custom column selection use run_sql.
Returns: the log object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | ULID of the log to fetch |