ReferenceAPI ReferenceSeren exposes a REST API so you can trigger investigations programmatically.Trigger InvestigationhttpCopyPOST /api/investigate Content-Type: application/json { "incident_id": "INC-1234", "source": "pagerduty", "user_id": "uuid" }Get InvestigationhttpCopyGET /api/investigations/:id Response: { "id": "inv_abc123", "status": "completed", "root_cause": "...", "timeline": [], "evidence": [] }List InvestigationshttpCopyGET /api/investigations?user_id=uuid&limit=20