Data Catalogue
Get Processing Status
Poll the processing pipeline status for a data entry
GET
Returns the current processing pipeline status for a data entry. Use this to poll after an upload and track a data entry through processing.
The UUID of the data entry
Response
Returns the workflow status object, ornull if no processing workflow exists for the data entry.
ID of the processing workflow
Overall workflow status. One of:
PENDING, SUCCESS, ERROR, MAX_RECOVERY_ATTEMPTS_EXCEEDED, CANCELLED, ENQUEUEDName of the current processing step, or
null if not applicableUnix timestamp (seconds) when the current step started, or
null if not applicable