[ { "id": "<string>", "owner_id": "<string>", "file_id": "<string>", "metadata_json": {}, "status": "PENDING", "total_tasks": 123, "completed_tasks": 123, "start_time": 123, "update_time": 123, "end_time": 123 } ]
Get the list of workflows based on file_id, owner_id, status, etc.
120
Workflow Status Enum
PENDING
RECEIVED
STARTED
PROGRESS
SUCCESS
FAILURE
REVOKED
OK
The response is of type RespWorkflowStatus · object[].
RespWorkflowStatus · object[]