---
title: "GET /executions/{id}/all-event-logs"
method: GET
path: "/executions/{id}/all-event-logs"
tags: ["executions"]
---

# GET /executions/{id}/all-event-logs

`GET /executions/{id}/all-event-logs`

**Required scope:** automation:workflows:read<br/><br/>Get all event logs

## Path parameters

- `id` string, uuid, required

## Query parameters

- `adminAccess` boolean

## Response `200`

- EventLog[]
  - `source` Source, required
    - `model` 'Execution' | 'TaskExecution' | 'ActionExecution', required
    - `id` string, uuid4, required
    - `str` string, required
    - `userStr` string, required
  - `cause` string, required
  - `event` string, required
  - `state` 'DEACTIVATED' | 'RUNNING' | 'ERROR' | 'SUCCESS' | 'WAITING' | 'IDLE' | 'PAUSED' | 'DELAYED' | 'CANCELLED' | 'SKIPPED' | 'DISCARDED', required
  - `timestamp` string, date-time, required
  - `context` object

## 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)
