# List all timelines Endpoint: GET /timelines Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `id` (string) Unique identifier for the timeline Example: "tml_tesla_mission_1" - `name` (string) The name of the timeline Example: "Tesla blueprint retrieval" - `destination_time` (string) Example: "1889-03-10T23:50:00Z" - `created_at` (string) The timestamp when the timeline was created - `status` (string) The current status of the timeline (open or closed) Enum: "open", "closed" - `window` (string) How long the timeline window is open to warp into. Example: "12 minutes"