---
title: "Read a troubleshooting action"
method: GET
path: "/scope/{scopeId}/action/{actionId}"
tags: ["Scope"]
---

# Read a troubleshooting action

`GET /scope/{scopeId}/action/{actionId}`

## Path parameters

- `scopeId` string, required
- `actionId` string, required

## Response `200`

The operation was successful.

- ScopeAction
  - `id` string — The ID of the troubleshooting action.
  - `name` string — The name of the troubleshooting action.
  - `status` 'pending_approval' | 'pending_approval_denied' | 'pending' | 'executed' | 'cancelled' | 'failed' — The status of the troubleshooting action.
  - `entity` string — The entity that the troubleshooting action is associated with.
  - `entity_id` string — The ID of the entity that the troubleshooting action is associated with.
  - `parameters` object — The parameters for the troubleshooting action.
  - `messages` string[] — The messages for the troubleshooting action.
  - `nrn` string — The NRN of the entity that the troubleshooting action is associated with.
  - `created_at` string, date-time — The ISO-8601 UTC timestamp of when the troubleshooting action was created.
  - `updated_at` string, date-time, nullable — The ISO-8601 UTC timestamp of when the troubleshooting action was last updated.

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
