Task API Endpoint

This API endpoint allows querying the reporting data for a previously submitted task. Based on an optional “all” parameter, a high-level or complete report can be retrieved.

Syntax

GET https://<ip>:<port>/task

Parameters

Name

Type

Required?

Description

serect

String

Y

Authentication secret

taskID

String

Y

Must be provided in combination with "appServerID", if "submitID" is not provided

all

Boolean

N

Return all reporting data or just a high-level version

Example response

{ "processTime": 535, "result": {...} }