---
title: "GET /api/expense/{id}/budget-item/"
method: GET
path: "/api/expense/{id}/budget-item/"
tags: ["expense"]
---

# GET /api/expense/{id}/budget-item/

`GET /api/expense/{id}/budget-item/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Response `200`

- Expense
  - `id` string, uuid, required
  - `project` string, uuid, required
  - `purchase_by` string, uuid, required
  - `purchase_by_name` string, required
  - `expense_date` string, date, required
  - `due_date` string, date
  - `total_amount` number, double, required
  - `invoice_number` string, nullable
  - `receipt_base64` string, nullable
  - `emailed_to` ExpenseEmail[], required
    - `name` string, required
    - `email` string, required
    - `sent_at` string, date-time, required
    - `sent_by` string, uuid, required
  - `company_logo` string, required
  - `paid_amount` number, double
  - `budget_item` string, nullable
  - `purchase_order` string, nullable
  - `attachments` string, nullable
  - `xero_tax_rate` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status` 'draft' | 'approved', required — * `draft` - draft * `approved` - approved
  - `supplier` string
  - `description` string, required
  - `receipt` string, uri, nullable
  - `ref_no` integer, required
  - `viewed` boolean
  - `printed` boolean, required
  - `is_paid` boolean
  - `sent_to_xero` string, date-time, nullable
  - `sent_to_myob` string, date-time, nullable
  - `needs_reimbursement` boolean
  - `reimbursement_status` 'repaid' | 'pending' | 'rejected', required — * `repaid` - repaid * `pending` - pending * `rejected` - rejected

## Changes

- **2026-08-28** `bf087bbfafde` — 1 info
  - the `due_date` response's property default value changed from `2026-08-27` to `2026-08-28` for the status `200`
- **2026-08-27** `e4642ab9462e` — 1 info
  - the `due_date` response's property default value changed from `2026-08-26` to `2026-08-27` for the status `200`
- **2026-08-26** `c0f6eb8a283b` — 1 info
  - the `due_date` response's property default value changed from `2026-08-25` to `2026-08-26` for the status `200`
- **2026-08-25** `70b60213e85e` — 1 info
  - the `due_date` response's property default value changed from `2026-08-24` to `2026-08-25` for the status `200`
- **2026-08-24** `b4d3e3b04091` — 1 info
  - the `due_date` response's property default value changed from `2026-08-22` to `2026-08-24` for the status `200`

[Full history](https://skmtc.dev/crewtraka/apis/crewtraka-api/changes/api/expense/:id/budget-item/get.md)

---

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