Skip to main content

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

The response will be an array of the names of the algorithms used in the workflow.

[
"infer_yolo_v7",
"ik_object_detection_filter"
]
Loading...