List Execution Services
List all available services which can be used as condition for executions.
Response Body
application/json
curl -X GET "https://loading/v2/actions/executions/services"{
"services": [
"string"
]
}Was this page helpful?
List Execution Methods
List Execution Methods: List all available methods which can be used as condition for executions.
List Executions
List Executions: 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 permi...