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

# GET /executions

`GET /executions`

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

## Query parameters

- `adminAccess` boolean
- `labels` string[]
- `limit` integer
- `offset` integer
- `ordering` string
- `parent` string, uuid
- `parentExecution` string, uuid
- `parentTaskExecution` string, uuid
- `schedule` string[]
- `search` string
- `startedAt__gte` string, date-time
- `startedAt__lte` string, date-time
- `state` string[]
- `task` string
- `trigger` string
- `triggerType` string
- `user` string[]
- `workflow` string[]

## Response `200`

- PaginatedExecutionList
  - `count` integer
  - `results` Execution[]
    - `id` string, uuid
    - `workflow` string, uuid, nullable — Executed Workflow
    - `labels` Labels
    - `state` 'RUNNING' | 'SUCCESS' | 'ERROR' | 'WAITING' | 'IDLE' | 'PAUSED' | 'DELAYED' | 'CANCELLED' — * `RUNNING` - RUNNING * `SUCCESS` - SUCCESS * `ERROR` - ERROR * `WAITING` - WAITING * `IDLE` - IDLE * `PAUSED` - PAUSED * `DELAYED` - DELAYED * `CANCELLED` - CANCELLED
    - `stateInfo` string, nullable
    - `input` object
    - `params` object
    - `startedAt` string, date-time
    - `endedAt` string, date-time, nullable
    - `runtime` integer, required — Calculate the runtime of an execution in seconds. If the Execution is not ended, runtime is calculated until now.
    - `trigger` string, nullable
    - `schedule` string, uuid, nullable
    - `eventTrigger` string, uuid, nullable
    - `task` string, required
    - `parentTaskExecution` string, uuid, required
    - `parentExecution` string, uuid, required
    - `result` object
    - `user` string, nullable
    - `title` string, required
    - `triggerType` 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/versions/0fe23f9b256b/schema)
