# Get task time spent **GET /actions/tasks/{task_id}/time-spents** ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string) ## Responses ### 200: Time spent on the task #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **task_id** (string(uuid)) - **person_id** (string(uuid)) - **date** (string(date)) - **duration** (number) - **created_at** (string(date-time)) [Powered by Bump.sh](https://bump.sh)