---
title: "Get Expense Policy"
method: GET
path: "/business/v2/expense-policies/{expensePolicyId}"
tags: ["Expense Policies"]
---

# Get Expense Policy

`GET /business/v2/expense-policies/{expensePolicyId}`

Endpoint to get a specific `ExpensePolicy` by ID.

## Path parameters

- `expensePolicyId` string, required — The `ExpensePolicy` ID.

## Response `200`

The result is a single `ExpensePolicy`.

- ExpensePolicy
  - `id` string — The `ExpensePolicy` ID.
  - `name` string — The name of the `ExpensePolicy`.
  - `description` string — A custom description of the `ExpensePolicy`.
  - `policy_url` string — A URL pointing to the `ExpensePolicy` document.
  - `status` 'ACTIVE' | 'DELETED' — The list of `ExpensePolicy` statuses to search by.
  - `creation_time` string — The date and time when the `ExpensePolicy` was created.
  - `last_update` string — The date and time when the `ExpensePolicy` was last updated.

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
