find_episodes
Retrieve problem→fix episodes with filters for project IDs, time range, keyword, and fix status. Returns raw data rows for analysis.
Instructions
Structured search for problem→fix episodes. Filters: project_ids, time range, keyword, has_fix. Returns raw episode rows. Use this when you already know the project or want data instead of narrative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_ids | No | ||
| since | No | ISO timestamp | |
| until | No | ISO timestamp | |
| keyword | No | ||
| has_fix | No | ||
| limit | No | Max results (default 20) |