---
title: "Retrieve Site"
method: GET
path: "/plug/sites/{siteId}"
tags: ["Sites"]
---

# Retrieve Site

`GET /plug/sites/{siteId}`

If you have the siteId, you can use this endpoint to retrieve the details for that specific site.

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `siteId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PublicSiteResource, nullable
  - `addressIssueType` 'INCOMPLETE_ADDRESS' | 'UNVERIFIED_ADDRESS' | 'VERIFIED_ADDRESS', nullable, required — Issue type of a site's address.
  - `area` integer, nullable, required — The area of the Site in square feet.
  - `buildingType` 'FULL_SERVICE_RESTAURANT' | 'HOSPITAL' | 'LARGE_HOTEL' | 'LARGE_OFFICE' | 'MEDIUM_OFFICE' | 'OUTPATIENT' | 'PRIMARY_SCHOOL' | 'QUICK_SERVICE_RESTAURANT' | 'RETAIL_STANDALONE' | 'RETAIL_STRIPMALL' | 'SECONDARY_SCHOOL' | 'SMALL_HOTEL' | 'SMALL_OFFICE' | 'WAREHOUSE' | 'OTHER', nullable, required — The type of building.
  - `buildingTypeGroup` 'EDUCATION' | 'FOOD_SERVICE' | 'HEALTHCARE' | 'LODGING' | 'MERCANTILE' | 'OFFICE' | 'WAREHOUSE_AND_STORAGE' | 'OTHER', nullable, required — The group of building types.
  - `createdAt` string, date-time, nullable, required — A timestamp indicating when the entity was created.
  - `createdBy` string, nullable, required — User or system responsible for creating the entity.
  - `facilityType` string, nullable, required — Custom field for you to input site’s facility type. Deprecated in favor of buildingType.
  - `heatingFuel` 'ELECTRICITY' | 'NATURAL_GAS' | 'PROPANE' | 'DISTRICT' | 'FUEL_OIL' | 'OTHER' | 'NONE', nullable, required — The type of heating fuel used in the Site.
  - `hvacCoolType` 'CHILLER' | 'DIRECT_EXPANSION' | 'DISTRICT' | 'EVAPORATIVE' | 'HEAT_PUMP' | 'OTHER' | 'NONE', nullable, required — The type of cooling system in the Site.
  - `hvacHeatType` 'DISTRICT' | 'ELECTRIC_RESISTANCE' | 'FURNACE_OR_BOILER' | 'HEAT_PUMP' | 'OTHER' | 'NONE', nullable, required — The type of heating system in the Site.
  - `hvacVentType` 'ROOFTOP_UNIT' | 'ZONE_TERMINAL' | 'FORCED_AIR' | 'OTHER' | 'NONE', nullable, required — The type of ventilation system in the Site.
  - `id` string, required — A unique identifier for the entity.
  - `isLocationRecommendationIgnored` boolean, required — Indicates if a site has been opted out of address verification.
  - `lastModifiedAt` string, date-time, nullable, required — The timestamp indicating when this resource was last modified.
  - `lastModifiedBy` string, nullable, required — The user or system that last modified this resource.
  - `meterIds` string[], nullable, required — Deprecated: prefer listing Meters filtered by siteId. An array of unique identifiers for multiple meters. Null for non-root users.
  - `numberOfStories` integer, nullable, required — The number of stories of the Site.
  - `region` string, nullable, required — The region or geographic area associated with the Site.
  - `serviceAddress` PublicAddressResource, nullable, required — Address associated with the service location for the account.
    - `addressType` 'FULL' | 'PARTIAL' | 'CUSTOMER_PREFERRED', required — Enumeration of strings field that indicates the comprehensiveness of the address for an account.
    - `city` string, nullable, required — The city associated with the billing address.
    - `country` string, nullable, required — The country associated with the billing address.
    - `fullAddress` string, nullable, required — The complete address associated with the account, including street address, city, postal code, and country.
    - `postalCode` string, nullable, required — The postal code or ZIP code associated with the address of the account.
    - `recipient` string, nullable, required — The recipient for the address.
    - `state` string, nullable, required — The state or province associated with the billing address of the account.
    - `streetLine1` string, nullable, required — The first line of the street address.
    - `streetLine2` string, nullable, required — The second line of the street address.
  - `siteCode` string, nullable, required — A code or identifier assigned to a specific site.
  - `siteName` string, nullable, required — The name or label assigned to a specific Site.
  - `siteNumber` string, nullable, required — The number or identifier assigned to a specific Site.
  - `subRegion` string, nullable, required — A subregion or subdivision within a larger region, such as a county or district.
  - `totalMeters` integer, required — Total number of meters associated with this site.
  - `yearBuilt` integer, nullable, required — The year the Site was built.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
