# Get production task type time spents **GET /data/projects/{project_id}/task-types/{task_type_id}/time-spents** Retrieve time spents for a task type in the production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **task_type_id** (string(uuid)) Task type unique identifier #### Query parameters - **start_date** (string(date)) Start date for filtering time spents - **end_date** (string(date)) End date for filtering time spents ## Responses ### 200: All time spents for given task type and project #### Body Parameters: application/json (dict) dict ### 400: Invalid date range parameters [Powered by Bump.sh](https://bump.sh)