# Get all employees **GET /employees** Returns a list of all employees ## Servers - Generated server url: http://localhost:8080 (Generated server url) ## Parameters ## Responses ### 404 Not Found #### Body: */* (string) string ### 200 OK #### Body: */* (array[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)