List Executions
POST/v2beta/actions/executions/_search
List all matching executions. By default all executions of the instance are returned that have at least one execution target. Make sure to include a limit and sorting for pagination.
Required permission:
action.execution.read
Required feature flag:
actions
Request​
Responses​
- 200
- 400
- 403
- 404
- default
A list of all non noop executions matching the query
Invalid list query or the feature flag actions
is not enabled.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.