---
title: "Get All Expenses"
method: GET
path: "/expenses"
tags: ["Expenses"]
---

# Get All Expenses

`GET /expenses`

List expenses logged by the authenticated user.

## Response `200`

OK

- Expense[]
  - `amount` integer
  - `attachments` AttachmentDetails[]
    - `id` number
    - `name` string
    - `token` string
  - `billable` boolean
  - `category` number
  - `date` string
  - `details` string
  - `id` number
  - `project` string
  - `quantity` number
  - `user` number

## Other responses

- `401` — Unauthorized

---

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