---
title: "Gets the rule triggers."
method: GET
path: "/rules/{ruleUID}/triggers"
tags: ["rules"]
---

# Gets the rule triggers.

`GET /rules/{ruleUID}/triggers`

## Path parameters

- `ruleUID` string, required

## Response `200`

OK

- TriggerDTO[]
  - `id` string
  - `label` string
  - `description` string
  - `configuration` object
  - `type` string

## Other responses

- `404` — Rule corresponding to the given UID does not found.

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/versions/0f2ce17cab3e/schema)
