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.
Example:
Authorization: Bearer ********************
Path Params
id
string
required
ID of the task.
Example:
mA7mF4
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/workflow/progress/mA7mF4'