---
title: "Get an expense category"
method: GET
path: "/expense_categories/{id}"
tags: ["Expense Categories"]
---

# Get an expense category

`GET /expense_categories/{id}`

Returns a specific expense category

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- ExpenseCategory — Expense category resource
  - `id` integer
  - `team_id` integer
  - `name` string
  - `budget_amount` number, nullable
  - `budget_frequency` 'monthly' | 'quarterly' | 'yearly', nullable
  - `budget_rollover_on` boolean

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

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