---
title: "List LOAs"
method: GET
path: "/v1/loas"
tags: ["LOA Management"]
---

# List LOAs

`GET /v1/loas`

List all LOAs for the user's business. Supports filtering by status and pagination. Returns LOA summary with counts of authorized persons and supply points.

## Query parameters

- `status` 'PENDING' | 'SENT' | 'SIGNED' | 'EXPIRED' | 'REJECTED'
- `limit` integer
- `offset` integer

## Response `200`

LOAs retrieved successfully

- LOASummary[]
  - `id` string — LOA identifier
  - `customerName` string — Customer/business name
  - `status` 'PENDING' | 'SENT' | 'SIGNED' | 'EXPIRED' | 'REJECTED' — LOA status
  - `authorizedPersonsCount` integer — Number of authorized persons
  - `supplyPointsCount` integer — Number of supply points
  - `validFrom` string, date — LOA validity start date
  - `validTo` string, date — LOA validity end date
  - `createdAt` string, date-time — Creation timestamp

## Other responses

- `4XX` — Client error response

## Changes

> 13 revisions in range; 1 could not be searched.

- **2025-12-09** `d899129585db` — 2 breaking
  - the response property `items/id` became optional for the status `200`
  - the response property `items/status` became optional for the status `200`
- **2025-12-02** `341d0d8f51f9` — 1 info
  - endpoint added
- **2025-11-17** `1ecbbc9bbafb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/loas/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/d90c739b55df/schema)
