---
title: "On-site assets"
method: GET
path: "/v1/assets"
tags: ["On-site assets"]
---

# On-site assets

`GET /v1/assets`

List solar systems and batteries mapped to the authenticated user's sites. v1 is read-only: VoltView pulls generation and storage from the inverter or installer portal and does not charge, discharge, or change setpoints.

## Response `200`

On-site assets retrieved successfully

- OnSiteAsset[]
  - `id` string — Asset identifier
  - `siteId` string — Site the asset is mapped to
  - `type` 'SOLAR' | 'BATTERY' — Asset type
  - `importMpan` string — Import MPAN the asset is mapped to
  - `exportMpan` string — Export MPAN if the site has one
  - `portal` string — OEM or installer monitoring portal
  - `status` 'ONLINE' | 'FAULT' | 'OFFLINE' — Asset status from the portal

## Other responses

- `4XX` — Client error response

## Changes

- **2026-09-02** `58e3dc41902d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/assets/get.md)

---

[API](https://skmtc.dev/voltview/apis/voltview-api.md) · [All operations](https://skmtc.dev/voltview/apis/voltview-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voltview/voltview-api/revisions/58e3dc41902d/schema)
