# Get plot information Endpoint: GET /v1/plots/{id} Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (string) Project ID (optional, defaults to user's 'active project') - `withGeometry` (boolean) Whether to include geometry data for each plot. Defaults to false. ## Response 200 fields (application/json): - `id` (string) Internal satelligence identifier for the plot. - `name` (string,null) User provided name of the plot. - `supplierId` (string) Internal satelligence supplier ID associated with the plot. - `supplierName` (string) Supplier name associated with the plot. - `hasSatelliteMonitoring` (boolean,null) Whether satellite monitoring is available for this plot. If the plot is not in your monitoring region, this will be false, and risk information will not be available. - `assessmentInfo` (any) Risk assessment information for a plot, can be either a status string or complete risk data. - `center` (array,null) Lng/lat coordinates for the plot. This is not exactly the center or the centroid, but the pole of inaccessibility. - `umlIds` (array,null) UML IDs associated with the plot. - `producerName` (string,null) User provided , if given. - `producerCountry` (string,null) User provided , if given. - `geometry` (object,null) GeoJSON MultiPolygon geometry of the plot, if is true. - `extraProperties` (object,null) Any user provided properties you may have given when uploading the plot.