---
title: "List rules"
method: GET
path: "/workflows/rules"
tags: ["Workflows"]
---

# List rules

`GET /workflows/rules`

Returns the business rules for the retailer.

🔒 Requires: `business_rules:read` scope

## Response `200`

A list of all the business rules associated with the retailer.

- object
  - `data` BusinessRule[]
    - `created_at` string, date-time — The creation timestamp in UTC.
    - `event_type` 'sale.ready_for_payment' | 'sale.line_items.added' | 'sale.customer.changed' | 'sale.created' | 'sale.updated', required
    - `id` string
    - `remote_rule_id` string, required

---

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