---
title: "Get Expense"
method: GET
path: "/v1/public/expenses/{expense_id}"
tags: ["Expenses"]
---

# Get Expense

`GET /v1/public/expenses/{expense_id}`

## Path parameters

- `expense_id` string, required

## Query parameters

- `external_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- ExpenseSchema
  - `id` union, required
    - string, uuid
    - string
  - `id_pm` integer, nullable
  - `contact_name` string, nullable
  - `company_name` string, nullable
  - `description` string, nullable
  - `reimburse_date` string, date-time, nullable
  - `due_date` string, date-time, nullable
  - `status` string, nullable
  - `currency` string, nullable
  - `amount` number, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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