---
title: "Fetch a fee."
method: GET
path: "/v2/fees/{id}"
tags: ["Fees"]
---

# Fetch a fee.

`GET /v2/fees/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the fee.

- FeeViewModel
  - `id` integer — The ID of this record.
  - `amount` number — The fee amount.
  - `booking_id` integer — The id of the booking.
  - `category` ExpenseCategoryPartialViewModel
    - `id` integer — The ID of this record.
    - `name` string
  - `description` string — The fee description.
  - `payment_id` integer, nullable — The id of the payment, if one exists.
  - `refund_id` integer, nullable — The id of the refund, if one exists.
  - `security_deposit_id` integer, nullable — The id of the security deposit, if one exists.

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `Fees_Get2` removed and replaced with `get-fees-id`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/fees/:id/get.md)

---

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