---
title: "Executes a thing action."
method: POST
path: "/actions/{thingUID}/{actionUid}"
tags: ["actions"]
---

# Executes a thing action.

`POST /actions/{thingUID}/{actionUid}`

## Path parameters

- `thingUID` string, required
- `actionUid` string, required

## Headers

- `Accept-Language` string

## Request body

- object

## Response `200`

OK

- string

## Other responses

- `404` — Action not found
- `500` — Creation of action handler or execution failed

---

[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)
