ExecutionsΒΆ
List all ExecutionsΒΆ
{% swagger src="../../../.gitbook/assets/openapi2 (1).json" path="/v1alpha1/executions" method="get" %} openapi2 (1).json
Curl Example:
curl 'https://<domain>/v1alpha1/executions?pageSize=10'
\
-H "X-CloudOps-API-Key:<api token>"
Get Details of a Specific ExecutionΒΆ
{% swagger src="../../../.gitbook/assets/openapi2 (1).json" path="/v1alpha1/executions/{executionId}" method="get" %} openapi2 (1).json
Curl Example: