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

# GET /action-executions

`GET /action-executions`

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

## Query parameters

- `adminAccess` boolean
- `limit` integer
- `offset` integer
- `ordering` string
- `search` string
- `startedAt__gte` string, date-time
- `startedAt__lte` string, date-time
- `state` string[]

## Response `200`

- PaginatedActionExecutionList
  - `count` integer
  - `results` 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)
