cURL
curl --request GET \ --url https://api.example.com/api/workflows/{workflow_id}/result \ --header 'Authorization: <authorization>'
{ "id": "<string>", "client_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, "tasks": [] }
Get the result of a workflow by its ID, including all tasks and their results.
120
OK
Response of Workflow Result
Workflow Status Enum
PENDING
RECEIVED
STARTED
PROGRESS
SUCCESS
FAILURE
REVOKED
Show child attributes
Was this page helpful?