kaiten_chart_throughput_demand
Measure incoming demand by generating a throughput demand chart for a space. Start an asynchronous job with a start column and date range, then use the returned compute job ID to retrieve results.
Instructions
Build a Throughput Demand Chart for a space. Measures incoming demand. 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 | No | 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 | |
| start_column | Yes | Start (input) column ID (required) | |
| only_asap_cards | No | Include only ASAP (expedite) cards |