---
title: "List billable items"
method: GET
path: "/billable_items"
tags: ["Billable Item"]
---

# List billable items

`GET /billable_items`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `billable_items` BillableItem[]
    - `archived_at` string, date-time, nullable
    - `concession_prices` object
      - `links` object
        - `self` string, uri
    - `created_at` string, date-time
    - `id` string, int64
    - `item_code` string, nullable
    - `item_type` 'Product' | 'Service' | 'Other'
    - `links` object
      - `self` string, uri
    - `name` string
    - `price` string, decimal
    - `tax` object
      - `links` object
        - `self` string, uri
    - `updated_at` string, date-time
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

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