---
title: "Retrieves one price agreement"
method: GET
path: "/v1/priceagreement/{id}"
tags: ["Get repricing agreements"]
---

# Retrieves one price agreement

`GET /v1/priceagreement/{id}`

This operation will return the price agreement for given id

## Path parameters

- `id` string, required

## Query parameters

- `auditUser` string, required

## 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/versions/dc4a41118f80/schema)
