# Get Scenarios **GET /public/v1/projects/{projectId}/scenarios** ## 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)) ### Query parameters - **asOf** (string) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (array[object]) - **id** (integer(int64)) The unique identifier of the scenario - **modelId** (integer(int64)) The unique identifier of the model - **name** (string) The name of the scenario - **description** (string) The description of the scenario - **dataDate** (string(date)) The data date of the scenario - **scenarioType** (string) The type of the scenario - **activityId** (integer(int64)) The unique identifier of the associated activity [Powered by Bump.sh](https://bump.sh)