---
title: "Get"
method: GET
path: "/billing/rule/list"
tags: ["provider", "billing"]
---

# Get

`GET /billing/rule/list`

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- RuleSummary[]
  - `id` string, required — Unique identifier for the rule.
  - `name` string, required — Name of the rule.
  - `delayInDays` integer, required — Number of days to delay before applying the rule.
  - `ruleSetId` string, required — Identifier of the rule set this rule belongs to.
  - `amountLessThan` integer, nullable — Upper bound for the amount, exclusive.
  - `amountGreaterThan` integer, nullable — Lower bound for the amount, exclusive.
  - `lessThanOrEqualTo` integer, nullable — Upper bound for the amount, inclusive.
  - `methods` InvoiceMethod[], required — Communication methods to be used for this rule.
  - `message` string, nullable — Message to be sent when applying this rule.

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
