Check Ingestion Task Status
Retrieve the current status and results of an asynchronous ingestion task
Path parameters
task_id
Response
This endpoint returns an object.
task_id
Unique identifier of the task being monitored
task_status
Current execution status of the task. Common values: PENDING, SUCCESS, FAILURE, REVOKED
task_result
Task execution result. Contains typed result data on success, error message string on failure, or None for pending/deletion tasks
Errors
401
Unauthorized
404
Not Found
422
Unprocessable Entity

