# Fetch the investment terms of a project for the current user **GET /users/{user_id}/projects/{project_id}/investment_terms** Fetch the investment terms of a project for the current user. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **project_id** (string) Project id ## Responses ### 200 The investment terms list of the project #### Body: (array[object]) - **id** (string(uuid)) - **user_id** (string(uuid)) - **project_id** (string(uuid)) - **documents_understood** (boolean) - **read_printed_securities_info_sheet** (boolean) [Powered by Bump.sh](https://bump.sh)