clickup_get_bulk_tasks_time_in_status
Fetch time-in-status for 2 to 100 tasks in a single call to analyze cycle time across a batch of tasks.
Instructions
Report time-in-status for 2 to 100 tasks in one call.
Calls GET /task/bulk_time_in_status/task_ids with each id passed as a
repeated task_ids query param. Requires the 'Total time in Status' ClickApp.
Set custom_task_ids=true (+ team_id) to address tasks by Custom Task ID.
When to Use:
Cycle-time analysis across a batch of tasks.
When NOT to Use:
For a single task,
clickup_get_task_time_in_statusis simpler — ClickUp's bulk endpoint requires at least 2 task ids.
Returns: Markdown grouped per task (current status + history), or raw JSON keyed by task id.
Examples:
params = {"task_ids": ["86a", "86b", "86c"]}
Error Handling: Fewer than 2 or more than 100 ids is rejected client-side; empty results mean the ClickApp is disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |