# Rule Executions This contains APIs related to Rule Executions ## Export evaluations data - [POST /ccm/api/governance/execution/export](https://apidocs.harness.io/openapi-merged/rule-executions/exportevaluations.md): Export evaluations data ## Fetch RuleExecutions for account - [POST /ccm/api/governance/execution/list](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutions.md): Fetch RuleExecutions ## Rule Execution Filter Values - [GET /ccm/api/governance/execution/filter-value](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutionsfiltervalues.md): Rule Execution Filter Values ## Get rule execution - [GET /ccm/api/governance/execution/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecution.md) ## Resources/logs for a rule execution - [GET /ccm/api/governance/execution/details/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutiondetails.md) ## Find last execution given rules list - [POST /ccm/api/governance/execution/ruleLastExecution](https://apidocs.harness.io/openapi-merged/rule-executions/getrulelastexecution.md): Find last execution given rules list ## Refresh cost for a rule execution - [GET /ccm/api/governance/execution/refreshCost/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/refreshcostforruleexecution.md) ## Return actioned resources for a rule execution (deprecated) - [GET /ccm/api/governance/actionedResources/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutionactionedresources.md) ## Return resource for a rule execution (deprecated) - [GET /ccm/api/governance/granularStatus/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutiongranularstatus.md) ## Return logs for a rule execution (deprecated) - [GET /ccm/api/governance/logs/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutionlogs.md) ## Return governance rule yaml for a rule execution (deprecated) - [GET /ccm/api/governance/ruleYaml/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutionruleyaml.md) ## Return resources for a rule execution (deprecated) - [GET /ccm/api/governance/status/{ruleExecutionId}](https://apidocs.harness.io/openapi-merged/rule-executions/getruleexecutionstatus.md)