v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.

get/audit/mitigationactions/tasks/{taskId}

Path parameters

taskIdstring required

The unique identifier for the audit mitigation task.

Response

Success

taskStatus'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELED'

The current status of the task.

startTimestring date-time

The date and time when the task was started.

endTimestring date-time

The date and time when the task was completed or canceled.

taskStatisticsobject

Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.

auditCheckToActionsMappingobject

Specifies the mitigation actions that should be applied to specific audit checks.