Bulk task details endpoint request
David Fetter
I should see a new public API endpoint that allows fetching details for multiple tasks in a single request. The endpoint should accept an array of taskIds and return the corresponding task details in a structured response.
Log In
John
Hey David Fetter
This is possible using the Get Filtered Team Tasks endpoint (https://developer.clickup.com/reference/getfilteredteamtasks). You can filter for specific task IDs using the &task_ids[]= parameter.
Filtering for multiple would look like:
&task_ids[]=acb123&task_ids[]=xyz987
David Fetter
John Thank you so much! I didnt find in the docs or API reference! But works well!