# Get entity time spent **GET /data/entities/{entity_id}/time-spents** Retrieve all time spent entries that are linked to a specific entity. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** () Unique identifier of the entity ## Responses ### 200: List of entity time spent entries successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Time spent unique identifier - **duration** (number(float)) Time duration in hours - **date** (string(date)) Date when time was spent - **created_at** (string(date-time)) Creation timestamp - **person_id** (string(uuid)) Person identifier who spent the time - **entity_id** (string(uuid)) Entity identifier [Powered by Bump.sh](https://bump.sh)