List workflow's algorithms
GET/tasks
This endpoint allows you to retrieve the list of algorithms used in the workflow. It's an easier way to get the list of algorithms used in the workflow without having to parse the workflow file itself.
Responses
- 200
The response will be an array of the names of the algorithms used in the workflow.
- application/json
[
"infer_yolo_v7",
"ik_object_detection_filter"
]
Loading...