Get Content Progress Using GET

Get Content Progress Using GET

Get content progress

Request
URI
GET
https://{api_host}/api/content/progress
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

An object to monitor the progress

Returns contentProgress of type(s) application/json
{
    "createdTime": 0,
    "errorMessages": [
        "string"
    ],
    "lastUpdateTime": 0,
    "state": "string"
}
integer As int64 As int64
createdTime
Optional

Task status creation time in milliseconds, since midnight January 1, 1970

array of string
errorMessages
Optional

List of error messages that occurred

integer As int64 As int64
lastUpdateTime
Optional

Task status last update time in milliseconds, since midnight January 1, 1970

string
state
Optional

The state of the task

Possible values are : INITIATED, STOPPED, RUNNING, FINISHED, ERROR, ABORTED, UNKNOWN,