GET
/
api
/
workflows
/
{workflow_id}
{
  "status": "PENDING",
  "id": "<string>",
  "owner_id": "<string>",
  "file_id": "<string>",
  "config": [],
  "metadata_json": {},
  "version": "<string>",
  "total_tasks": 123,
  "completed_tasks": 123,
  "start_time": 123,
  "update_time": 123,
  "end_time": 123
}

Headers

Authorization
string
required

Path Parameters

workflow_id
string
required

ID of the workflow to retrieve

Response

200
application/json

Successful Response

Workflow Model