timeline_get_current
Retrieve details about the currently open timeline in DaVinci Resolve, including name, frame range, track counts, and start timecode. Returns null if no timeline is active.
Instructions
Return info about the current timeline, or None if no timeline is open.
Returns a dict with keys: name, start_frame, end_frame, video_tracks, audio_tracks, start_timecode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |