Get realtime progress of the given task. Note that not all phases and all task types support getting progress. Empty response will be returned if there's no available progress info.The response is a map between progress type and the actual progress. Common progress types are:
Progress Type
Description
upload_single_<index>
Uploaded/Total bytes of a single uplaod thread.
upload_count
Count of processed/total files.
upload
Uploaded/Total bytes of all files to be processed in this step.
imported
Imported/Total files.
indexed
Used in importing file tasks, indicating indexed files.
Only tasks owned by current authenticated user is available. For admin users, all tasks are available in this method.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.