---
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

---

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