---
title: "GET /action-executions/{id}"
method: GET
path: "/action-executions/{id}"
tags: ["action-executions"]
---

# GET /action-executions/{id}

`GET /action-executions/{id}`

**Required scope:** automation:workflows:read

## Path parameters

- `id` string, uuid, required

## Query parameters

- `adminAccess` boolean

## Response `200`

- ActionExecution
  - `id` string, uuid
  - `taskExe` string, uuid, nullable — Parent task execution
  - `state` string, nullable
  - `stateInfo` string, nullable
  - `input` object
  - `result` object
  - `startedAt` string, date-time, nullable
  - `endedAt` string, date-time, nullable
  - `runtime` integer, nullable
  - `actionExecutionId` string, nullable
  - `attempt` integer
  - `loopItem` object
  - `action` string, required

## Other responses

- `4XX`

---

[API](https://skmtc.net/dynatrace/apis/automation.md) · [All operations](https://skmtc.net/dynatrace/apis/automation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynatrace/automation/revisions/0fe23f9b256b/schema)
