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