API
Data API

Tasks

methods allow you to get a list of portal tasks or information on a specific task get get /tasks return a list of tasks response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of tasks next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about manufacturers id integer task id name string \[ 1 255 ] characters \[ 1 255 ] characters task name short description string <= 255 characters nullable <= 255 characters nullable task short description long description string nullable nullable task full description is enabled boolean task enabled or disabled is required boolean the required task to be completed get get /tasks/{id} returns information about sku by id response parameters id integer task id name string \[ 1 255 ] characters \[ 1 255 ] characters task name short description string <= 255 characters nullable <= 255 characters nullable task short description long description string nullable nullable task full description is enabled boolean task enabled or disabled is required boolean the required task to be completed