list_workflow_executions
Retrieve Dynatrace Automation workflow executions (v1) filtered by workflow ID, state, and pagination. Excludes draft and simple executions.
Instructions
List Dynatrace Automation workflow executions (platform Automation v1). Draft and simple workflow executions are not included. Requires automation:workflows:read scope on the platform token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | No | Workflow UUID to filter executions. Comma-separated UUIDs are accepted by the spec (multiple values). | |
| state | No | Execution state filter. Comma-separated values, e.g. 'SUCCESS,FAILED'. | |
| limit | No | Number of results per page. | |
| offset | No | Pagination offset. |