# Get an employee by ID **GET /employees/{id}** Returns the details of an employee based on the provided ID ## Servers - Generated server url: http://localhost:8080 (Generated server url) ## Parameters ### Path parameters - **id** (integer) ID of the employee to retrieve ## Responses ### 404 Not Found #### Body: */* (string) string ### 200 Successful operation #### Body: application/json (object) - **id** (integer(int64)) Unique identifier which should not be shared publicly - **name** (string) Employee name - **role** (string) Employee role [Powered by Bump.sh](https://bump.sh)