Get Task Details

Get Task Details

Get Tech Support Task details.

Request
URI
GET
https://{api_host}/hybridity/api/techsupport/task/{taskId}
COPY
Path Parameters
string
taskId
Required

taskId


Authentication
This operation uses the following authentication methods.
Responses
200

Get task

Returns TroubleshootingAsyncTask of type(s) application/json
{
    "response": {
        "fileName": "fileName"
    },
    "state": "state"
}
string
state
Optional

The state of the async task. The value is one of - 'NOT_STARTED', 'STARTED', 'RUNNING', 'COMPLETED', 'FAILED'.

response
Optional

response


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns ErrorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors