---
id: scope-troubleshooting-action-read
title: "Read a troubleshooting action"
description: "Read a troubleshooting action"
sidebar_label: "Read a troubleshooting action"
hide_title: true
hide_table_of_contents: true
api: eJzdWG1v2zYQ/ivEfWoBxZadpOsE5EPWdVv2oS0SByuWGsaZPFtsJVIlqbSpof8+HCW/xW7ndukGDAgUWTrynjvecy9agK3IYdDWXCjIwEtb0SQ4W08L8rm1QZv5BCULZI5QQQIB5x6yG7hiWRgnUKHDkgI5frwAgyUtt7rgBdpABhWGHBJw9L7WjhRkwdWUgJc5lQjZAsJdFZcFp80cmgQUeel0xaohg1FO4uJnYWci5CTi5j1okpW6FuP30nfPI6LV1oNmnIAnWTsd7qLxU0JH7rwOOWQ3Y37tyFfWePKsdJim/G9X1eoYxAf0wtdSkvezuuhBAtKaQCbwQqyqQsso2H/refVi1yQ7fUsyQAKV422DbnVrtWv2t1mdAH3Esip4o9MnPzxl77XHcMj+LPk1GrTxAY2kyTtdFKzKBwy1P0xZK3uAOlOXHNQVGRVDvqqcvcWCvXjv0USR0aTWbyJaknWIDyVjLYp4P0PNN+NNc5aLGlYaYtwcYkgrK0KO4QumCO0Fem+lxkBKfNAh33ZmJM5a9+Trg+KBgAyGxyeMYzN57EbwLpC1vJhZd2gQLdZRxBaDPkqREXD0/phOWzBNAiV5j3PaxILO4R1nlUDlnqDbmziW23wNxBu46CCKPeiEsUHMbG0UjJltzhx2bi8uXzzwwVk3R6M/xRx0NshQSlubcDbMmNe+Qklnx9lGnjo7yWLQnS1PXDrirScYDgy9q5dHT5+kA3E9eiaCLskHLCu26kNO5kumcCrttLENM+tKVgoKAx3xTluGDdPh4CgdHKXDUZpm8e9PxltX6gt4TV0UOOUN2gLz0PgL9EF0EL7ZiGabCmqZt5dp+16Ovc/Kw7gTdIgQYl9wHi2ApuE3J69f71a9Z4UmEwQ5Z51YFUmhahLBCm1usdBKaFPVQVgnSu09u2aN7B+VxnVfcNPVk2dWRVcyHlhlgtjfbJXRDen1vtoEmpPbid/fRqNXyxokrSLhqHLkmYpm3nYyFUk901LITX88ot68l4iTNOXLgC/HfDl5vEXGkzRlQm1j+QyVzkWJMteGjriP45DtdEVcMStIDDS3Tn8i32Ijd0tOcBWrHW2ngSmqCTuRfIjlJLrtABBTp2mWiLwu0ayRbEit0lUEx9stvfEGfkIlLlulb4AfXBusQx4hqzew7ZxNaVjn9gNAKqX5FguhKKAuvMCprcMa1rYeJnnnikjZEgtmKSkRvWsCakNqFdKbEdw0LUNO9zHkqnX/fYZoo2Kcc57gdO1rErbNI+evLoTXiv5n1PCbjuiC4ZSpcZoO+XK8ffCn/x0r2FhnsJi0QpPWZf8aPy469aILnecs0zKFn2hJ4trgLepYsnYIs3f5d6XOuRG1oY8VSW42WpOslLVzpHriVUHouTreCZyjNqLAQG7Jmp3O65JQCfxMMY1xG3LLFWxOcTriCTGDfuxO+otuXm36rXx/sZwoG+AZjx3Szre1KyCDPITKZ/0+VrrHPUBVYGDW96Qtt8bCKyZay4/N4XDlSd4IusE0JtYoBEl388uy3v/+xyiWWW1mlpczntbuQS/tpbAuwC824HBKiG229aHEyPyu5P+dt7Z8u0Ib6GPoVwVqE1sjdsWi8+RNN1wkkK1n/9V22WpAHyeQWx94wWIxRU/Xrmgafvy+Jsdj9DiBW3S6batuFqC053sF2QwLf7/JWqxTHTy67JLXY7H3g0Gy345lq2+40b/FouZfkMA7utv4ksFfGx4AyudngW/AtvJqw2NBTqjIRZ+1r8+lpCpsLNwpBRyqK2L8+nzEZ7YdoPcCMu6+F9Ri0UqM7DsyTbPCGPg3A2yavwC97lYn
sidebar_class_name: "get api-method"
info_path: docs/api/nullplatform-api
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Read a troubleshooting action"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/scope/{scopeId}/action/{actionId}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Read a troubleshooting action

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"name":"scopeId","in":"path","required":true,"schema":{"type":"string"},"description":"The ID of the scope."},{"name":"actionId","in":"path","required":true,"schema":{"type":"string"},"description":"The ID of the troubleshooting action."}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"200":{"description":"The operation was successful.","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the troubleshooting action.","example":"5678"},"name":{"type":"string","description":"The name of the troubleshooting action.","example":"instance_kill"},"status":{"type":"string","description":"The status of the troubleshooting action.","enum":["pending_approval","pending_approval_denied","pending","executed","cancelled","failed"],"example":"pending"},"entity":{"type":"string","description":"The entity that the troubleshooting action is associated with.","example":"scope"},"entity_id":{"type":"string","description":"The ID of the entity that the troubleshooting action is associated with.","example":"1234"},"parameters":{"type":"object","description":"The parameters for the troubleshooting action.","example":{"instance_id":"i-0a1234567890b1234"}},"messages":{"type":"array","items":{"type":"string"},"description":"The messages for the troubleshooting action.","example":["Instance i-0a1234567890b1234 not found"]},"nrn":{"type":"string","description":"The NRN of the entity that the troubleshooting action is associated with.","example":"organization=1:account=2:namespace=3:application=4:scope=1234"},"created_at":{"type":"string","description":"The ISO-8601 UTC timestamp of when the troubleshooting action was created.","format":"date-time","example":"2021-01-02T00:00:00Z"},"updated_at":{"type":"string","nullable":true,"description":"The ISO-8601 UTC timestamp of when the troubleshooting action was last updated.","format":"date-time","example":"2021-01-02T00:00:00Z"}},"example":{"id":"5678","name":"instance_kill","parameters":{"instance_id":"i-0a1234567890b1234"}},"title":"ScopeAction"}}}},"4XX":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific client error (e.g., 400, 401, 403, 404).","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"bad_request"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Bad Request\", \"Unauthorized\").","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"5XX":{"description":"Server error responses indicating an issue on the API side.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific server error (e.g., 500, 502, 503).","example":500},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"internal_server_error"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Internal Server Error\", \"Service Unavailable\").","example":"Internal Server Error"},"message":{"type":"string","description":"Additional details about the error.","example":"An unexpected error occurred. Please try again later."}}}}}}}}
>
  
</StatusCodes>


      