# Get time spents **GET /data/user/time-spents** Retrieve all time spent entries for the current user. Optionally accepts date range parameters to filter results. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Query parameters - **start_date** (string(date)) Start date for filtering time spents - **end_date** (string(date)) End date for filtering time spents ## Responses ### 200: Time spent entries for the current user #### Body Parameters: application/json (array[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 ### 400: Wrong date format [Powered by Bump.sh](https://bump.sh)