I can't seem to find a way to find the Task Type for a Task.
When I use the Get Task API call for a card (https://api.clickup.com/api/v2/task/{task_id}) It does not return the type of the task. Or at least I can not find it!.
We use Custom Task Types, and I can retrieve the Task Type using the Get Custom Task Types (https://api.clickup.com/api/v2/team/{team_id}/custom_item) API, which is great, so I can map the Task Type to a correct display value.. If I could find the Task Type of a Task!?
Any ideas on where I can get the Task Type for a given Task?