get_investigation_brief
Fetch the full transcript ('brief') of a Fixter investigation that this user is authorized to read. Returns JSON with fields: id, headline, flow, channelId, threadTs, createdAt, sessionEntries. 'sessionEntries' is the raw Claude Agent SDK transcript (tool calls, tool results, assistant messages) from the original investigation. Use to recall context about an investigation that the engineer is currently working on via the Fixter plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| investigationId | Yes | The UUID of the investigation to fetch. |