# Get Lecturer Profile **GET /api/v1/lecturer/{lecturerId}/profile** Retrieves comprehensive profile information for a specific lecturer including personal details, institute affiliation, and department responsibilities. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **lecturerId** (string) Unique identifier of the lecturer ## Responses ### 200 Lecturer profile retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 404 Lecturer not found [Powered by Bump.sh](https://bump.sh)