artifacts

Check Ingestion Task Status

Retrieve the current status and results of an asynchronous ingestion task

get/v1/artifacts/ingest/async/{task_id}

Path parameters

task_idstring required

Response

Successfully retrieved task status and results

task_idstring required

Unique identifier of the task being monitored

task_statusstring required

Current execution status of the task. Common values: PENDING, SUCCESS, FAILURE, REVOKED

Changes