kaiten_chart_lead_time
Build a lead time chart for a space with start/end columns, date range, and filters. Returns a compute job ID to poll for the completed chart.
Instructions
Build a Lead Time Chart for a space. Uses the same engine as the Control Chart. This is an asynchronous operation that returns a compute_job_id. Use kaiten_get_compute_job to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tag IDs | |
| date_to | Yes | End date (ISO 8601) | |
| group_by | No | Grouping mode | |
| space_id | Yes | Space ID | |
| date_from | Yes | Start date (ISO 8601) | |
| card_types | No | Filter by card type IDs | |
| end_columns | Yes | End column IDs (required) | |
| start_columns | Yes | Start column IDs (required) | |
| only_asap_cards | No | Include only ASAP (expedite) cards | |
| end_column_lanes | Yes | Mapping of end column ID to array of lane IDs, e.g. {"20": [3, 4]} | |
| start_column_lanes | Yes | Mapping of start column ID to array of lane IDs, e.g. {"10": [1, 2]} |