Get time spent on a given task.

GET /actions/tasks/{task_id}/time-spents

Path parameters

  • task_id Required

Responses

  • 200

    Time spent on given task

  • 404

    Wrong date format

GET /actions/tasks/{task_id}/time-spents
curl \
 --request GET 'http://api.example.com/actions/tasks/a24a6ea4-ce75-4665-a070-57453082c25/time-spents' \
 --header "Authorization: $API_KEY"