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.
string
required
The UUID of the data entry
Response
Returns the workflow status object, ornull if no processing workflow exists for the data entry.
string
ID of the processing workflow
string
Overall workflow status. One of:
PENDING, SUCCESS, ERROR, MAX_RECOVERY_ATTEMPTS_EXCEEDED, CANCELLED, ENQUEUEDstring
Name of the current processing step, or
null if not applicablenumber
Unix timestamp (seconds) when the current step started, or
null if not applicable