Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width45%
Panel
titleOn the page:

Table of Contents


Column



General info

Метод
Method

GET /IP address:port/<api_ver>/task/list

Описание
DescriptionGet the list of tasks

Sample request

Code Block
GET http://localhost:5000/v1.3/task/list

...

Code Block
[
    {
        "active": false,
        "name": "Cats",
        "pipeline": "classification/mobilenet_224",
        "uid": "6407bfd7144f37e141b786e2acf4faf2822cc48f296f5047e58c9e536874f4ec"
    }
]

where:

ParameterDescription
active

Task status (active or inactive)

name

Task name

pipeline

Name of the pipeline used for training

uidUnique task identifier