Previous page Next page
| Method | GET /IP address:port/<api_ver>/task/list |
| Description | Get the list of tasks |
GET http://localhost:5000/v1.3/task/list
[
{
"active": false,
"name": "Cats",
"pipeline": "classification/mobilenet_224",
"uid": "6407bfd7144f37e141b786e2acf4faf2822cc48f296f5047e58c9e536874f4ec"
}
]
where:
| Parameter | Description |
|---|---|
| active | Task status (active or inactive) |
| name | Task name |
| pipeline | Name of the pipeline used for training |
| uid | Unique task identifier |