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

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

---

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