start_investigation
Claim a Fixter investigation for the calling user and fetch its full transcript. Accepts the investigation's UUID or its public slug (e.g. 'happy-otter-42'). This CLAIMS the investigation (records the caller as claimant) — only call it when the user intends to work on the investigation; use get_investigation_brief for read-only access. Returns JSON: id, publicSlug, headline, flow, channelId, threadTs, createdAt, claimedBy, sessionEntries (the raw Claude Agent SDK transcript of the original investigation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrSlug | Yes | Investigation UUID or public slug. |