list_investigations
List the authenticated customer's recent Fixter investigations (alert-investigation and product-support flows only), newest first. Returns a JSON array of summaries: id, publicSlug, headline, flow, createdAt, and claimedBy (display name of the engineer who claimed it, null when unclaimed). The id feeds get_investigation_brief and start_investigation; the publicSlug feeds start_investigation only. Optional ISO-8601 instant filters 'from'/'to' bound createdAt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only investigations created at or before this ISO-8601 instant. | |
| from | No | Only investigations created at or after this ISO-8601 instant. | |
| limit | No | Max investigations to return (default 20, max 100). |