---
title: "Retrieves all price agreements"
method: GET
path: "/v1/priceagreement"
tags: ["Get repricing agreements"]
---

# Retrieves all price agreements

`GET /v1/priceagreement`

This operation will return the full list of saved price agreements

## Query parameters

- `auditUser` string, required
- `page` integer
- `size` integer

## Response `200`

Successfully retrieved

- PriceAgreement[]
  - `code` string — A code that uniquely identifies this price agreement
  - `id` string — The id of a price agreement

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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