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

# List remote rules

`GET /workflows/remote_rules`

Returns the remote business rules registered on the retailer.

🔒 Requires: `remote_rules:read` scope

## Response `200`

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

- object
  - `data` RemoteBusinessRule[], required
    - `created_at` string, date-time — The creation timestamp in UTC.
    - `id` string
    - `oauth_application_id` string — The ID of the application the created the remote business rule.
    - `url` string, uri, 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)
