get_timeline
Retrieve detailed execution records for specific workflow steps to inspect outputs, status, and metadata.
Instructions
Get a single timeline (step execution record) by ID. Returns the full timeline including eventContent (step output), status, metadata, and context. Use this to inspect a specific step's result in detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| executionId | Yes | The execution ID | |
| timelineId | Yes | The timeline ID |