# Get Project **GET /public/v1/projects/{projectId}** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Path parameters - **projectId** (integer(int64)) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (integer(int64)) Project ID - **initialProjectId** (integer(int64)) The first id that was assigned to this project, it may change as the project is rebuilt. - **name** (string) The name of the project - **startDate** (string(date)) The start date of the project - **country** (string) The country where the project is located - **city** (string) The city where the project is located - **state** (string) The state where the project is located - **zipcode** (string) The zipcode or postal code where the project is located - **latitude** (number) The latitude where the project is located - **longitude** (number) The longitude where the project is located - **originalScenarioId** (integer(int64)) The id of the scenario which has all schedules and is tracking to the end of the schedule - **defaultScenarioId** (integer(int64)) The id of the scenario which has been selected as the primary scenario - **underConstruction** (boolean) Flag indicating whether the project is actively being rebuilt or not - **projectPlanId** (string) The id of the plan that the project is currently on - **projectPlanSlotCount** (integer(int64)) The number of slots that the plan is taking based on the activity count - **weatherStationId** (string) The id of the weather station that is closest to the project - **metadata** (object) The project specific metadata - **companyId** (string) The id of the company that the project is in - **source** (string) The scheduling system that the project is from - **dataDate** (string(date-time)) The data date for the latest schedule that has been uploaded to the project - **status** (string) The status for the project in SmartPM - **currentModelId** (integer(int64)) The id of the model for the primary scenario - **currentModelName** (string) The name of the model for the primary scenario [Powered by Bump.sh](https://bump.sh)