---
title: "Get all available actions for provided thing UID"
method: GET
path: "/actions/{thingUID}"
tags: ["actions"]
---

# Get all available actions for provided thing UID

`GET /actions/{thingUID}`

## Path parameters

- `thingUID` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- ThingActionDTO[]
  - `actionUid` string
  - `label` string
  - `description` string
  - `inputs` Input[]
    - `name` string
    - `type` string
    - `label` string
    - `description` string
    - `required` boolean
    - `tags` string[]
    - `reference` string
    - `defaultValue` string
  - `outputs` Output[]
    - `name` string
    - `type` string
    - `tags` string[]
    - `label` string
    - `description` string
    - `reference` string
    - `defaultValue` string

## Other responses

- `204` — No actions 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/revisions/0f2ce17cab3e/schema)
