AIAssistantsReconcileStepResult

AIAssistantsReconcileStepResult
AI Assistants Reconcile Step Result

Result of a single reconciliation step.

JSON Example
{
    "step_name": "sync_proxy_config",
    "status": "SUCCESS",
    "message": "Proxy configuration updated successfully"
}
string
step_name
Required  

Name of the reconciliation step that was executed.

string
status
Required  

The status of the step execution.

Enumeration: SUCCESS, IN_PROGRESS, FAILED, SKIPPED
string
message
Required  

Detailed message describing what was done, why the step was skipped, or an error message if it failed.

async_tasks
Optional

List of asynchronous tasks started by this step. Used to return status URLs for long-running operations like bundle imports.