Get Task's Time in Status

View how long a task has been in each status. The Total time in Status ClickApp must first be enabled by the Workspace owner or an admin.

SecurityAuthorization_Token
Request
path Parameters
task_id
required
string
query Parameters
custom_task_ids
boolean

If you want to reference a task by it's custom task id, this value must be true.

team_id
number <double>

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.
For example: custom_task_ids=true&team_id=123.

header Parameters
Content-Type
required
string
Value: "application/json"
Responses
200
get/v2/task/{task_id}/time_in_status
Request samples
Response samples
application/json
{
  • "current_status": {
    },
  • "status_history": [
    ]
}