cURL
curl --request GET \ --url https://api.example.com/api/workflows/{workflow_uuid}
{ "workflow_uuid": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "specification": "<unknown>", "current_version": 123, "total_executions": 0, "success_rate": 123, "avg_duration": "<string>", "executions": [] }
Successful Response
Detailed workflow response with stats and recent executions. Used by GET /api/workflows/{id} endpoint.
Show child attributes
Was this page helpful?