/workflows
Lists all workflows.
Request
GET http://unravel-host
:3000/api/v1/workflows
Path parameters
None.
Query parameters
None.
Response body
Name | Type | Description |
---|---|---|
[No name] | array | JSON structure containing a JSON structure for each workflow |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/workflows" -H "accept: application/json" -H "Authorization: JWT token
"
Response:
{ "workflow_spark_test_20190626T032742Z": { "key": "workflow_spark_test_20190626T032742Z", "doc_count": 1, "duration_stats": { "count": 1, "min": 12524, "max": 12524, "avg": 12524, "sum": 12524, "sum_of_squares": 156850576, "variance": 0, "std_deviation": 0, "std_deviation_bounds": { "upper": 12524, "lower": 12524 } } } }