Get Impact Status - Implan-Group/api GitHub Wiki

Get Impact Status


📋Impact Status Options

Name Details
New This impact run has been requested, but not started.
InProgress This impact run is still running.
ReadyForWarehouse This impact run is still running.
Complete This impact run has completed with no issues.
Error This impact run has failed with warnings and/or errors.
UserCancelled This impact run was [cancelled](Cancel Impact) by the user.

GET /api/v1/impact/status/{runId}

This endpoint retrieves the current Status of an Impact Run.

Parameter Spec Type Details
runId route int The Impact Run Identifier.

🧾Example

📤 Request

GET /api/v1/impact/status/17280

📥 Response

UserCancelled

⚠️ **GitHub.com Fallback** ⚠️