timeline_get_markers
Retrieve all markers on the active timeline, returning details like color, duration, note, name, and custom data keyed by frame number.
Instructions
Return all markers on the current timeline.
Returns: A dict mapping frame numbers (as string keys) to marker info dicts. Each marker dict contains: color, duration, note, name, customData. Returns an empty dict if no markers exist or no timeline is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||