---
title: "List all billable features"
method: GET
path: "/billableFeatures"
tags: ["billableFeatures"]
---

# List all billable features

`GET /billableFeatures`

__JWT is required for this endpoint with at least one of the following scopes__: o:w,o:r,o-basic:w,o-basic:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: globalListBillableFeatures

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `order` string
- `q` string
- `filter` string
- `preFilter` string

## Response `200`

Successful

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `data` object[]
    - `isStale` boolean
    - `maxCount` integer
    - `currentCount` integer
    - `adjustOperation` string, nullable
    - `adjustValue` number, nullable
    - `adjustedCurrentCount` integer, nullable
    - `adjustedMaxCount` integer, nullable
    - `lastSyncCount` integer, nullable
    - `lastSyncAt` string, date, nullable
    - `softLimit` integer, nullable
    - `softLimitFirstExceededAt` string, date, nullable
    - `hardLimit` integer, nullable
    - `feature` object
      - `id` integer, required
      - `name` string
      - `code` string
      - `singular` string, nullable
      - `plural` string, nullable
      - `isBinary` boolean
    - `org` object
      - `id` integer, required
      - `name` string
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

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