---
title: "Get expenses for a date range with optional filters"
method: GET
path: "/Expenses"
tags: ["Expenses"]
---

# Get expenses for a date range with optional filters

`GET /Expenses`

## Query parameters

- `startDate` string, date
- `endDate` string, date
- `category` string
- `source` integer — Source of an expense record for auto-population deduplication.

## Response `200`

OK

- ExpenseListResponseDto
  - `items` ExpenseDto[]
    - `id` string
    - `amount` union
      - number, double
      - string, double
    - `category` string
    - `date` string, date
    - `description` string, nullable
    - `vendorName` string, nullable
    - `referenceNumber` string, nullable
    - `source` integer — Source of an expense record for auto-population deduplication.
    - `sourceReferenceId` string, nullable
    - `recurringExpenseId` string, nullable
    - `createdById` string, nullable
    - `createdByName` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
