---
title: "Read Actions item"
method: GET
path: "/api/actions/{actionId}"
tags: ["Actions"]
---

# Read Actions item

`GET /api/actions/{actionId}`

*Task* item in the *Actions* collection selected by its `id`.

## Condition
Requires a *Task* item with the given `id` to exist;
otherwise returns 404 Not Found.

## Path parameters

- `actionId` string, uuid, required

## Response `200`

(JSON:API) document with a single `data` object representing the selected *Task* item.

- union
  - object[]
  - object

## Other responses

- `400` — The client sent an invalid request. The client SHOULD perform action(s) to provide valid syntax before retrying the request.
- `404` — The client requested a target resource that does not exist. The client SHOULD perform action(s) to re-align with the API or re-synchronize application state before retrying the request.
- `406` — The client requests a content-type that is not supported by the target resource. The client SHOULD perform action(s) to re-align with the API before retrying the request.

---

[API](https://skmtc.net/openthread/apis/swagger-openthread-rest-api.md) · [All operations](https://skmtc.net/openthread/apis/swagger-openthread-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openthread/swagger-openthread-rest-api/revisions/7996e8479177/schema)
