---
title: "Retrieve Expenses"
method: GET
path: "/accounting/expenses/{id}"
tags: ["accounting/expenses"]
---

# Retrieve Expenses

`GET /accounting/expenses/{id}`

Retrieve Expenses from any connected Accounting software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedAccountingExpenseOutput
  - `transaction_date` string, date-time, nullable — The date of the expense transaction
  - `total_amount` number, nullable — The total amount of the expense
  - `sub_total` number, nullable — The sub-total amount of the expense (before tax)
  - `total_tax_amount` number, nullable — The total tax amount of the expense
  - `currency` string, nullable — The currency of the expense
  - `exchange_rate` string, nullable — The exchange rate applied to the expense
  - `memo` string, nullable — A memo or description for the expense
  - `account_id` string, nullable — The UUID of the associated account
  - `contact_id` string, nullable — The UUID of the associated contact
  - `company_info_id` string, nullable — The UUID of the associated company info
  - `tracking_categories` string[], nullable — The UUIDs of the tracking categories associated with the expense
  - `line_items` LineItem[] — The line items associated with this expense
    - `name` string, nullable — The name of the report item
    - `value` number, nullable — The value of the report item
    - `type` string, nullable — The type of the report item
    - `parent_item` string, nullable — The UUID of the parent item
    - `remote_id` string, nullable — The remote ID of the report item
    - `remote_generated_at` string, date-time, nullable — The date when the report item was generated in the remote system
    - `company_info_id` string, nullable — The UUID of the associated company info object
    - `created_at` string, date-time — The created date of the report item
    - `modified_at` string, date-time — The last modified date of the report item
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the expense record
  - `remote_id` string, nullable — The remote ID of the expense in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the expense in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the expense was created in the remote system
  - `created_at` string, date-time, nullable — The created date of the expense record
  - `modified_at` string, date-time, nullable — The last modified date of the expense record

---

[API](https://skmtc.net/panoratech/apis/panora-api.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api/versions/318082b88074/schema)
