get_event_timeline
Retrieve the full lifecycle timeline of a known A-share event, including phase transitions, descriptions, and related events. Enter a valid event UUID to view its plan, progress, and completion status.
Instructions
Get the lifecycle timeline and full detail for a single event. Tracks the event through its lifecycle: plan → in_progress → completed/terminated. Returns: full event detail + timeline array (each entry has date, phase, description) + related event IDs. Use when: you want to see the phase transitions and lifecycle history of an event you already know the event_id for. Do NOT use when: you want to search or browse events (use search_events_by_stock/type), or when you only need the summary fields (search_events_by_stock already returns ai_summary and key fields). Returns a single event object with timeline, or null if event_id is invalid or not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event UUID v4. Example: 'c8a7f9e1-d2b4-4a3c-8d5e-1f6a9b3c7d4e' |