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: