---
title: "Search Expense Policies"
method: GET
path: "/business/v2/expense-policies"
tags: ["Expense Policies"]
---

# Search Expense Policies

`GET /business/v2/expense-policies`

Endpoint to search `ExpensePolicy` resources using filtering parameters.

## Query parameters

- `text` string — A simple text to search in the `ExpensePolicy` (`name` or `description`).
- `statuses` ExpensePolicyStatus[] — The list of `ExpensePolicy` statuses to search by.
- `p` integer — It indicates the specific page to display (the counter starts from zero).
- `s` integer — It indicates the number of items per page.
- `d` 'ASC' | 'DESC' — It indicates how the pages are ordered.
- `props` string[] — It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.

## Response `200`

The result is an array of `ExpensePolicy` resources.

- ExpensePolicies
  - `total` integer — It represents the total number of available items in the list.
  - `pages` integer — It represents the total number of available pages.
  - `page_size` integer — It represents the number of items per page.
  - `current_page` integer — It indicates the current page (the counter starts from zero).
  - `results_size` integer — It indicates the size of the array results.
  - `results` 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.

---

[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)
