# Get task time spent **GET /data/user/tasks/{task_id}/time-spents/{date}** Retrieve time spent entries for the current user on a specific task and date. Returns detailed time tracking information. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string(uuid)) Task unique identifier - **date** (string(date)) Date to get time spent for ## Responses ### 200 Time spent entry for the current user on given task and date #### Body: application/json (object) - **id** (string(uuid)) Time spent unique identifier - **person_id** (string(uuid)) Person identifier - **task_id** (string(uuid)) Task identifier - **date** (string(date)) Date of time spent - **duration** (number) Duration in seconds - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)