---
title: "Read Actions collection."
method: GET
path: "/api/actions"
tags: ["Actions"]
---

# Read Actions collection.

`GET /api/actions`

*Actions* collection with items of the following *Task* types:
- `discoverThreadNetworksTask` **TODO**
- `addThreadDeviceTask` 
- `getNetworkDiagnosticTask`
- `resetNetworkDiagCounterTask`
- `getEnergyScanTask`
- `updateDeviceCollectionTask`

The items contain all the attributes as given by a client in a POST request (values are not changed, except for timeout which counts down).
The items contain at least two additional server-added attributes (`id` and `status`); while the `id` must not change once assigned, the other server-added attributes may change according to the *Task* state.

Failing to parse the query parameter(s) leads to a 400 Bad Request Error.

## Headers

- `Accept` 'application/json' | 'application/vnd.api+json'

## Response `200`

List of actions.

- 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.
- `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.

## Changes

- **2025-09-10** `21e4b0112d12` — 1 info
  - endpoint added
- **2023-05-10** `54157cc83c30` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/changes/api/actions/get.md)

---

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